diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ' '`; \ |