aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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