commit 1ef7947c2ae672116a4921d2ff92016306f82662
parent 0c7c28ba62c7a1f2ace9c633586ec004051ff9a2
Author: massi <git@massi.world>
Date: Wed, 5 Mar 2025 20:30:50 -0800
add note
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -15,6 +15,9 @@ JS := build/common/shared/js
# creation/deletion/renaming. To prevent file modifications from
# causing this rule to trigger every build, update the mtime of $(1)
# by creating and removing a dummy file.
+
+# NOTE that this probably isn't a best practice. We should be listing
+# each file explicitly.
touch_dir = touch $(1)/.howdy && rm $(1)/.howdy
all: $(JS) $(SITE) $(SB)