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