From f23a0f8295316d6cf556c6c3830e5fe3d9d0a5f4 Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Fri, 25 Jan 2013 11:26:17 +0100 Subject: Skeleton for ELBE --- distribution/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 distribution/Makefile (limited to 'distribution/Makefile') diff --git a/distribution/Makefile b/distribution/Makefile new file mode 100644 index 0000000..0a202ea --- /dev/null +++ b/distribution/Makefile @@ -0,0 +1,6 @@ +SUBDIRS = `ls -1 | grep -v *.tex | grep -v Makefile | grep -v TODO` + +all clean:: + for dir in $(SUBDIRS) ; do \ + (cd $$dir && make $@); \ + done -- cgit v1.2.3