diff options
| author | ewy <ewy0@protonmail.com> | 2026-08-13 14:34:42 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-08-13 14:34:42 +0200 |
| commit | d0fe29558b040a11c5c8a744c37fbd2e3826f6c4 (patch) | |
| tree | 77d0fa040f78c1eeec3843de32387fb1ba049b13 /GNUmakefile | |
| parent | e8bbe5a8001bcb51ed26d0f7733cb77621164e53 (diff) | |
| parent | 2850cec58e7e726ef9b25750bf4522259329c849 (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 |
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 |
