summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
new file mode 100644
index 00000000..2fc631d4
--- /dev/null
+++ b/common/Makefile
@@ -0,0 +1,8 @@
+SUBDIR= bbs sys
+
+all install clean:
+ @for i in $(SUBDIR); do\
+ cd $$i;\
+ $(MAKE) $@;\
+ cd -;\
+ done