From 867488d6bf2c3f868b329a8bcb5f08e2041f599b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 31 Mar 2025 21:02:09 -0400 Subject: a8cat: library-ize the conversion logic so we can use it in listbas and listamsb eventually. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c66b48e..c46103e 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,8 @@ RST2MAN=rst2man all: $(BINS) manpages symlinks subdirs $(TTF) amsb40.txt +atest: atest.c atascii.c atables.c wtable.c + intbas: bas.o unprotbas: bas.o @@ -83,7 +85,7 @@ wtable.o: wtable.c wtable.h atables.o: atables.c atables.h -a8cat: a8cat.c atables.o wtable.o +a8cat: a8cat.c atables.o wtable.o atascii.o a8xd: a8xd.c atables.o -- cgit v1.2.3