From fe7fc036ca0f7769fd9b9b771a92a303a323e8ee Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 3 Jun 2024 15:49:02 -0400 Subject: unprotbas: split off utility functions/etc to bas.c. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3