From 9240e149758e6e3923151687a7830e8940567ddc Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 8 Feb 2019 13:22:19 +0100 Subject: exclude Makefiles in build/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 78aab1c..36d3bd9 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3