tone Makefile - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d66daf1d610678e6f7fac2e4ac61b3325873bd63
 (DIR) parent f0f618021f9260e00ae439860a378e709a771ea6
 (HTM) 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(-)
       ---
 (DIR) diff --git a/src/Makefile b/src/Makefile
       t@@ -0,0 +1,6 @@
       +../bin/mk: mkmk.sh
       +        sh -x mkmk.sh
       +
       +all clean install nuke: ../bin/mk
       +        mk $@
       +