From f0c8f8555625f60ef85e7f23a7eb36f94a0b7218 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 5 Jul 2024 04:11:59 -0400 Subject: listbas: do Unicode/magazine internally (no external a8cat); add color syntax highlighting and options related to it. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ac7c4b3..727f8be 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3