summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusr <usr@devuan>2026-08-13 14:57:06 +0200
committerusr <usr@devuan>2026-08-13 14:57:06 +0200
commit2850cec58e7e726ef9b25750bf4522259329c849 (patch)
tree7ab2c6622612fa7aadeed093c326402d42c3d36a
parent0c89a5fcff9e09e95ee75ba63c73e13351a9ef35 (diff)
GNUmakefile noootice code changes
-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