aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 1c8010d4551db9862d509c1122c3d3a21de123d5 (plain)
1
2
3
4
5
6
7
8
../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 $@