summaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-23 15:36:58 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-23 15:36:58 +0100
commit6852d374645e47980973c618560879b0928eed78 (patch)
tree79c357c68f9418a82856f234c9a9831727d8ae6d /GNUmakefile
parent7abf6c5a40bd14e2719d0423426fa905076ec97e (diff)
Fix things lol
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 57a5600..834f24c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -13,7 +13,7 @@ dsts := $(srcs:%.gsp=%.html)
all: $(dsts)
%.html: %.gsp $(reqs)
- m4 -P -Iinclude m4/* $< | gsp >$@
+ m4 -P -Iinclude m4/__base.m4 m4/[a-z]* $< | gsp >$@
check:
find src -name '*.gsp' -exec \