plan9port/src/Makefile

9 lines
150 B
Makefile
Raw Normal View History

2003-11-23 18:32:42 +00:00
../bin/mk: mkmk.sh
2003-11-23 19:49:17 +00:00
PATH=`pwd`/../bin:$$PATH export PATH; \
PLAN9=`pwd`/.. export PLAN9; \
2003-11-23 18:32:42 +00:00
sh -x mkmk.sh
all clean install nuke: ../bin/mk
mk $@