aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-03 15:49:02 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-03 15:49:02 -0400
commitfe7fc036ca0f7769fd9b9b771a92a303a323e8ee (patch)
tree953ed9d545ad3d5a955c123a8390f054acb552f4 /Makefile
parent5ac12ff56d29180adb40e203a598ece23b9133e1 (diff)
downloadbw-atari8-tools-fe7fc036ca0f7769fd9b9b771a92a303a323e8ee.tar.gz
unprotbas: split off utility functions/etc to bas.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d1bb32f..ff04def 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,10 @@ RST2MAN=rst2man
all: $(BINS) manpages symlinks subdirs
+unprotbas: bas.o
+
+bas.o: bas.c bas.h
+
subdirs:
for dir in $(SUBDIRS); do make -C $$dir COPT=$(COPT); done