summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-24 11:51:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-24 11:51:39 +0000
commit2a46f5bf23d0d7606b8fedd2b3282a3ceb0f5fb5 (patch)
tree0d052fe0cdd8f69cdd8336ca92ac56fb6ddf7da1 /Makefile
parentAdding upstream version 20220615. (diff)
downloadopen-infrastructure-service-tools-upstream/20220624.tar.xz
open-infrastructure-service-tools-upstream/20220624.zip
Adding upstream version 20220624.upstream/20220624
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9a2be1..f8d6057 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
SHELL := sh -e
VERSION := $(shell cat VERSION.txt)
-TOOLS := $(shell find . -mindepth 1 -maxdepth 1 -type d -and -not -name ".git*" -and -not -name debian)
+TOOLS := $(shell find . -mindepth 1 -maxdepth 1 -type d -and -not -name ".*" -and -not -name debian)
all: build