diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-09 13:56:20 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-09 13:56:20 -0500 |
| commit | 045574bf99230fc82d184e84ca5ce092fdd70de1 (patch) | |
| tree | 7ee1e0b237b3a1ff96a928ff76e9b3df4c99771d /Makefile | |
| parent | c2aa5e9486b88f24703b833a55c85e525acb50df (diff) | |
Update makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
