From 045574bf99230fc82d184e84ca5ce092fdd70de1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 9 Nov 2025 13:56:20 -0500 Subject: Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b71a346..b8220a95 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ config.mk: configure.sh @$(CC) $(CFLAGS) -c $< -o $@ # Integer implementations depend on the shared header: -src/stdlib/int64.o src/stdlib/int32.o src/stdlib/int16.o src/stdlib/int8.o: src/stdlib/intX.c.h +src/stdlib/int64.o src/stdlib/int32.o src/stdlib/int16.o src/stdlib/int8.o: src/stdlib/intX.c.h src/stdlib/intX.h # Num implementations depend on the shared header: src/stdlib/num32.o src/stdlib/num64.o: src/stdlib/numX.c.h -- cgit v1.2.3