From 6852d374645e47980973c618560879b0928eed78 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 23 Feb 2024 15:36:58 +0100 Subject: Fix things lol --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 \ -- cgit v1.2.3