aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-02-08 13:22:19 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-02-08 13:22:19 +0100
commit9240e149758e6e3923151687a7830e8940567ddc (patch)
tree7892ad3be5f4cf8de4e66b14df5f910b37ff1d38
parentddbaf12a94fd43481fc9dd3b98920fc784ebada3 (diff)
downloadallocbench-9240e149758e6e3923151687a7830e8940567ddc.tar.gz
allocbench-9240e149758e6e3923151687a7830e8940567ddc.zip
exclude Makefiles in build/
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78aab1c..36d3bd9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-MAKEFILES = $(shell dirname $(shell find . -name Makefile ! -path ./Makefile))
+MAKEFILES = $(shell dirname $(shell find . -name Makefile ! -path ./Makefile ! -path "./build/*"))
OBJDIR = $(PWD)/build