aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3f3c91..05ffacb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: test
+all: test docs
BINS=$(wildcard bin/app-*) $(wildcard libexec/app-*)
@@ -17,6 +17,10 @@ show-tests:
test: show-tests $(TESTS)
.PHONY: test
+docs:
+ @make -C docs
+.PHONY: docs
+
define set_header
set_header-$(1):
@count=`wc -l lib/header|cut -f 1 -d ' '`; \