From a7ee96f24543d6382f09a51418391b9b8a957fda Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 17 Jun 2024 20:59:44 -0400 Subject: cxrefbas: break out table building stuff for use with renumbas. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f64b99c..a40e13c 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ dumpbas: bas.o vxrefbas: bas.o -cxrefbas: bas.o bcdfp.o +cxrefbas: bas.o bcdfp.o linetab.o bas.o: bas.c bas.h -- cgit v1.2.3