aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-09-21 03:47:26 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-09-21 03:47:26 +0200
commite0afb407840490bd2edd8b70858307824d87b243 (patch)
tree58240e58c69b580e3ab36a1836a56372ac8fb076
parent5ed1251cfdc05be59f1d9d1dea4fed3bfedcd3e6 (diff)
downloadallocbench-e0afb407840490bd2edd8b70858307824d87b243.tar.gz
allocbench-e0afb407840490bd2edd8b70858307824d87b243.zip
only search for Makefiles in src/
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2fdb2da..9f0f1cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-MAKEFILES = $(shell dirname $(shell find . -name Makefile ! -path ./Makefile ! -path "./build/*"))
-CMAKELISTS = $(shell dirname $(shell find . -name CMakeLists.txt ! -path "./build/*"))
+MAKEFILES = $(shell dirname $(shell find src/ -name Makefile))
+CMAKELISTS = $(shell dirname $(shell find src/ -name CMakeLists.txt))
OBJDIR = $(PWD)/build