summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index 6943b442..00000000
--- a/src/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-LIBS=\
- lib9\
- libbio\
- libdraw\
- libfmt\
- libframe\
- libregexp\
- libthread\
- libutf\
-
-CMDS=\
- cmd/mk\
- cmd/sam\
- cmd/samterm\
-
-all clean install nuke:
- for i in $(LIBS) $(CMDS); \
- do \
- (echo $$i; cd $$i; $(MAKE) $@); \
- done
-