diff options
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 |
