diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-02-08 13:22:19 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-02-08 13:22:19 +0100 |
| commit | 9240e149758e6e3923151687a7830e8940567ddc (patch) | |
| tree | 7892ad3be5f4cf8de4e66b14df5f910b37ff1d38 | |
| parent | ddbaf12a94fd43481fc9dd3b98920fc784ebada3 (diff) | |
| download | allocbench-9240e149758e6e3923151687a7830e8940567ddc.tar.gz allocbench-9240e149758e6e3923151687a7830e8940567ddc.zip | |
exclude Makefiles in build/
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
