diff options
| author | usr <usr@devuan> | 2026-08-13 14:36:34 +0200 |
|---|---|---|
| committer | usr <usr@devuan> | 2026-08-13 14:36:34 +0200 |
| commit | 9396f15cbf26fcdf92c5c2f510b2fd016d8b95e0 (patch) | |
| tree | fd1fff93ab2d8149a8021d8a5577beff8e77b68d | |
| parent | a0d21e998cc62edc39832503e02f635c42a247ff (diff) | |
makefile build; ignore build artifacts
| -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 |
