diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-31 21:02:09 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-31 21:02:09 -0400 |
commit | 867488d6bf2c3f868b329a8bcb5f08e2041f599b (patch) | |
tree | 6f8c8d81450bbbd6246306aaa9dc04ed41e99012 /Makefile | |
parent | 80be916389299e76aa84e904b3871a5d0c50b80e (diff) | |
download | bw-atari8-tools-867488d6bf2c3f868b329a8bcb5f08e2041f599b.tar.gz |
a8cat: library-ize the conversion logic so we can use it in listbas and listamsb eventually.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |