diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-05 04:11:59 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-05 04:11:59 -0400 |
commit | f0c8f8555625f60ef85e7f23a7eb36f94a0b7218 (patch) | |
tree | cd1cd07da22662bd2f8cab5e0b9d94530c0d3f88 /Makefile | |
parent | e6095ffbeb4fec2a2d14f70a5c23703cb67fc300 (diff) | |
download | bw-atari8-tools-f0c8f8555625f60ef85e7f23a7eb36f94a0b7218.tar.gz |
listbas: do Unicode/magazine internally (no external a8cat); add color syntax highlighting and options related to it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,8 +61,8 @@ vxrefbas: bas.o cxrefbas: bas.o bcdfp.o linetab.o -listbas: listbas.c bas.o bcdfp.o tokens.o - $(CC) $(CFLAGS) -o listbas listbas.c bas.o bcdfp.o tokens.o -lm +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 bas.o: bas.c bas.h |