commit 35bad530f5318c4d256be192b17b09d8608b1404 parent 23160db9e0b545cead16ac48f23dc31eff2f1b1b Author: Michael Forney <mforney@mforney.org> Date: Tue, 17 Mar 2026 02:35:30 -0700 Pass CFLAGS and CPPFLAGS when building make Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -208,7 +208,7 @@ all: scripts/make +@$(SMAKE) $(BIN) scripts/make: - $(CC) -o $@ make/*.c + $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ make/*.c $(BIN): $(LIB)