From eef18664f9a161816a954ce032f44cae4e90ed81 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 29 Nov 2025 14:46:55 -0500 Subject: Stop defining u8 and u16 all over the place. --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3