summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-08-13 14:34:42 +0200
committerewy <ewy0@protonmail.com>2026-08-13 14:34:42 +0200
commitd0fe29558b040a11c5c8a744c37fbd2e3826f6c4 (patch)
tree77d0fa040f78c1eeec3843de32387fb1ba049b13 /GNUmakefile
parente8bbe5a8001bcb51ed26d0f7733cb77621164e53 (diff)
parent2850cec58e7e726ef9b25750bf4522259329c849 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4c3c75f..01df54f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,7 +1,9 @@
.PHONY: all clean leesmij-koptekst
all: ponger
-ponger: .pik/build.sh
+SRCS:=$(shell find . -name '*.go')
+
+ponger: .pik/build.sh $(SRCS)
. .pik/build.sh
clean: .pik/clean.sh