From 2850cec58e7e726ef9b25750bf4522259329c849 Mon Sep 17 00:00:00 2001 From: usr Date: Thu, 13 Aug 2026 14:57:06 +0200 Subject: GNUmakefile noootice code changes --- GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1