aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-16 01:29:29 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-16 01:29:29 -0400
commit7b2728284fda571410b15ab175e48d5ef4d40115 (patch)
treeb07b4952bf1219cd648ac0041838b9d84f6049ed /Makefile
parent8b03ef61bb86c51c69ae929aaa4a4c55077ce5a2 (diff)
downloadbw-atari8-tools-7b2728284fda571410b15ab175e48d5ef4d40115.tar.gz
listbas: add support for Turbo BASIC XL.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b8e29c7..7d33a91 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
- $(CC) $(CFLAGS) -o listbas listbas.c bas.o bcdfp.o tokens.o atables.o -lm
+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
bas.o: bas.c bas.h