diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | GNUmakefile | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75c29b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ponger diff --git a/GNUmakefile b/GNUmakefile index 0f559a0..660acc8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,8 @@ +.PHONY: all +all: ponger +ponger: .pik/build.sh + . .pik/build.sh leesmij-koptekst: /usr/bin/toilet @ echo PONGER | toilet --gay |
