commit d66daf1d610678e6f7fac2e4ac61b3325873bd63 parent f0f618021f9260e00ae439860a378e709a771ea6 Author: rsc <devnull@localhost> Date: Sun, 23 Nov 2003 18:32:42 +0000 one Makefile Diffstat:
A | src/Makefile | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/Makefile b/src/Makefile @@ -0,0 +1,6 @@ +../bin/mk: mkmk.sh + sh -x mkmk.sh + +all clean install nuke: ../bin/mk + mk $@ +