From 9396f15cbf26fcdf92c5c2f510b2fd016d8b95e0 Mon Sep 17 00:00:00 2001 From: usr Date: Thu, 13 Aug 2026 14:36:34 +0200 Subject: makefile build; ignore build artifacts --- .gitignore | 1 + GNUmakefile | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore 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 -- cgit v1.3.1