add top-level Makefile
[model-checker-benchmarks.git] / Makefile
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 $@