aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-11-09 13:56:20 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-11-09 13:56:20 -0500
commit045574bf99230fc82d184e84ca5ce092fdd70de1 (patch)
tree7ee1e0b237b3a1ff96a928ff76e9b3df4c99771d /Makefile
parentc2aa5e9486b88f24703b833a55c85e525acb50df (diff)
Update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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