aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 18:32:42 +0000
committerrsc <devnull@localhost>2003-11-23 18:32:42 +0000
commitd66daf1d610678e6f7fac2e4ac61b3325873bd63 (patch)
tree4f75cc541b3c875dfbcd24ea7d1480d95bfdb0a5 /src/Makefile
parentf0f618021f9260e00ae439860a378e709a771ea6 (diff)
downloadplan9port-d66daf1d610678e6f7fac2e4ac61b3325873bd63.tar.gz
plan9port-d66daf1d610678e6f7fac2e4ac61b3325873bd63.tar.bz2
plan9port-d66daf1d610678e6f7fac2e4ac61b3325873bd63.zip
one Makefile
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
new file mode 100644
index 00000000..0c93c68a
--- /dev/null
+++ b/src/Makefile
@@ -0,0 +1,6 @@
+../bin/mk: mkmk.sh
+ sh -x mkmk.sh
+
+all clean install nuke: ../bin/mk
+ mk $@
+