aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-16 02:34:58 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-16 02:34:58 -0400
commit9b46fa29695efed9a3c7e3ba891e8f69ee155e02 (patch)
tree4445b2a59c650a1c918f443436d7b6893342baca /Makefile
parent3bef7994fd351fe65e56c8cc406a38fa3b821fad (diff)
downloadbw-atari8-tools-9b46fa29695efed9a3c7e3ba891e8f69ee155e02.tar.gz
listbas: initial (incomplete) support for BASIC/A+.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7d33a91..3115456 100644
--- a/Makefile
+++ b/Makefile
@@ -63,8 +63,8 @@ vxrefbas: bas.o
cxrefbas: bas.o bcdfp.o linetab.o
-listbas: listbas.c bas.o bcdfp.o tokens.o atables.o turbo_tokens.c
- $(CC) $(CFLAGS) -o listbas listbas.c bas.o bcdfp.o tokens.o atables.o turbo_tokens.c -lm
+listbas: listbas.c bas.o bcdfp.o tokens.o atables.o turbo_tokens.o aplus_tokens.o
+ $(CC) $(CFLAGS) -o listbas listbas.c bas.o bcdfp.o tokens.o atables.o turbo_tokens.o aplus_tokens.o -lm
bas.o: bas.c bas.h