diff options
| -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 |
