aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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