aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-29 14:46:55 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-29 14:46:55 -0500
commiteef18664f9a161816a954ce032f44cae4e90ed81 (patch)
treece1d4bd8c00c7e946b111bc96c3509961b11278e /src/Makefile
parent671fd9c6e7806229e06424f12b27fa2ad28afa05 (diff)
downloadalftools-eef18664f9a161816a954ce032f44cae4e90ed81.tar.gz
Stop defining u8 and u16 all over the place.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 716cf47..0d6d070 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -76,7 +76,7 @@ usage.c: mkusage.pl unalf.rst
alfusage.c: mkusage.pl alf.rst
perl mkusage.pl alf.rst > alfusage.c
-unalf.o: unalf.c unalf.h ../f65/f65.h
+unalf.o: unalf.c unalf.h ../f65/f65.h u816.h
glob.o: glob.c unalf.h
@@ -88,7 +88,7 @@ listalf.o: listalf.c addrs.h unalf.h ../f65/f65.h
extract.o: extract.c addrs.h unalf.h ../f65/f65.h
-sanity.o: sanity.c sanity.h
+sanity.o: sanity.c sanity.h u816.h
ver.rst:
echo '.. |version| replace:: $(VERSION)' > ver.rst