diff options
| author | usr <usr@devuan> | 2026-08-13 14:57:06 +0200 |
|---|---|---|
| committer | usr <usr@devuan> | 2026-08-13 14:57:06 +0200 |
| commit | 2850cec58e7e726ef9b25750bf4522259329c849 (patch) | |
| tree | 7ab2c6622612fa7aadeed093c326402d42c3d36a /GNUmakefile | |
| parent | 0c89a5fcff9e09e95ee75ba63c73e13351a9ef35 (diff) | |
GNUmakefile noootice code changes
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 |
