mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
8 lines
150 B
Makefile
8 lines
150 B
Makefile
../bin/mk: mkmk.sh
|
|
PATH=`pwd`/../bin:$$PATH export PATH; \
|
|
PLAN9=`pwd`/.. export PLAN9; \
|
|
sh -x mkmk.sh
|
|
|
|
all clean install nuke: ../bin/mk
|
|
mk $@
|
|
|