summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91a92e4..149f397 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ endif
35 35
36endef 36endef
37 37
38PARTS := $(shell find * -type d -\( -name build -prune -o -name tools -prune -o -print -\)) 38PARTS := $(patsubst ./%,%,$(shell find -mindepth 1 -type d -\( -name .\* -prune -o -name build -prune -o -name tools -prune -o -print -\)))
39PARTARS := 39PARTARS :=
40PARTSOS := 40PARTSOS :=
41 41