add top-level Makefile
authorBrian Norris <banorris@uci.edu>
Tue, 9 Oct 2012 23:24:25 +0000 (16:24 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 9 Oct 2012 23:27:20 +0000 (16:27 -0700)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..26349f7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+DIRS := barrier
+
+.PHONY: subdirs $(DIRS)
+
+all: $(DIRS)
+
+$(DIRS):
+       $(MAKE) -C $@