aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-17 17:05:51 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-17 17:05:51 -0400
commit2a73f95e7204ded74409adc03eeac62868e3500f (patch)
tree6887a9803e4421df99c41fc1d7e8a13f2cd036ac /Makefile
parented910cdfa474bd7a3fd0cf3082119abc41b094e4 (diff)
downloadbw-atari8-tools-2a73f95e7204ded74409adc03eeac62868e3500f.tar.gz
cxrefbas: handle IF <x> THEN <lineno>.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d49b400..f64b99c 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ cxrefbas: bas.o bcdfp.o
bas.o: bas.c bas.h
subdirs:
- for dir in $(SUBDIRS); do make -C $$dir COPT=$(COPT); done
+ for dir in $(SUBDIRS); do make -C $$dir COPT="$(COPT)"; done
a8eol: a8eol.c