summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-06-25 19:33:23 -0700
committerJulian Blake Kongslie2022-06-25 19:33:23 -0700
commitee37bf872e0021d0e20ea023eedbf1a205053a11 (patch)
tree4cdc7e0498e0fc6f0c659010185c992c721db430
parentRemove aisa::suspend() which was trivial. (diff)
downloadissim-ee37bf872e0021d0e20ea023eedbf1a205053a11.tar.xz
Marginally safer 'find' invocation for finding subcomponents.
-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