diff options
| author | B. Watson <urchlay@slackware.uk> | 2024-06-03 15:49:02 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2024-06-03 15:49:02 -0400 |
| commit | fe7fc036ca0f7769fd9b9b771a92a303a323e8ee (patch) | |
| tree | 953ed9d545ad3d5a955c123a8390f054acb552f4 /Makefile | |
| parent | 5ac12ff56d29180adb40e203a598ece23b9133e1 (diff) | |
| download | bw-atari8-tools-fe7fc036ca0f7769fd9b9b771a92a303a323e8ee.tar.gz | |
unprotbas: split off utility functions/etc to bas.c.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
