From 67e39f46e1c1d56084154a1385e191cfee25f1e5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 12 Sep 2026 02:47:22 -0700 Subject: make: When building the ‘rincewind’ target, touch a file This file is just used to make sure that the recipe doesn't try to tangle the rincewind.org file every single time I run ‘make’. It should still re-run it when changes are made to the file. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index ab90390..efedcf2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -177,6 +177,7 @@ surfingkeys/dist/punt.js: surfingkeys/punt.ts surfingkeys/home.ts rincewind: \ emacs/.emacs.d/init.el \ wezterm/.config/wezterm/init.lua + touch $@ ## Diamond Interactive MacOS -- cgit v1.3-2-g0d8e