diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-23 15:36:58 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-23 15:36:58 +0100 |
commit | 6852d374645e47980973c618560879b0928eed78 (patch) | |
tree | 79c357c68f9418a82856f234c9a9831727d8ae6d /GNUmakefile | |
parent | 7abf6c5a40bd14e2719d0423426fa905076ec97e (diff) |
Fix things lol
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 \ |