From 7b2728284fda571410b15ab175e48d5ef4d40115 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 16 Jul 2024 01:29:29 -0400 Subject: listbas: add support for Turbo BASIC XL. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3