diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-09-21 03:47:26 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-09-21 03:47:26 +0200 |
| commit | e0afb407840490bd2edd8b70858307824d87b243 (patch) | |
| tree | 58240e58c69b580e3ab36a1836a56372ac8fb076 | |
| parent | 5ed1251cfdc05be59f1d9d1dea4fed3bfedcd3e6 (diff) | |
| download | allocbench-e0afb407840490bd2edd8b70858307824d87b243.tar.gz allocbench-e0afb407840490bd2edd8b70858307824d87b243.zip | |
only search for Makefiles in src/
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
