diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-16 02:34:58 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-16 02:34:58 -0400 |
commit | 9b46fa29695efed9a3c7e3ba891e8f69ee155e02 (patch) | |
tree | 4445b2a59c650a1c918f443436d7b6893342baca /Makefile | |
parent | 3bef7994fd351fe65e56c8cc406a38fa3b821fad (diff) | |
download | bw-atari8-tools-9b46fa29695efed9a3c7e3ba891e8f69ee155e02.tar.gz |
listbas: initial (incomplete) support for BASIC/A+.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |