summaryrefslogtreecommitdiff
path: root/basics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'basics/Makefile')
-rw-r--r--basics/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/basics/Makefile b/basics/Makefile
new file mode 100644
index 0000000..c0c47ad
--- /dev/null
+++ b/basics/Makefile
@@ -0,0 +1,6 @@
+SUBDIRS = `ls -1 | grep -v *.tex | grep -v Makefile`
+
+all clean::
+ for dir in $(SUBDIRS) ; do \
+ (cd $$dir && make $@); \
+ done