From 75b832bf593aa334b7c54293babe43b0e3e17076 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 9 Oct 2012 16:24:25 -0700 Subject: [PATCH] add top-level Makefile --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..26349f7 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +DIRS := barrier + +.PHONY: subdirs $(DIRS) + +all: $(DIRS) + +$(DIRS): + $(MAKE) -C $@ -- 2.34.1