aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f606396..aa7d34d 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ shake512sum = SHAKE512
default: command shell
.PHONY: all
-all: command shell man
+all: command shell doc
.PHONY: command
@@ -87,6 +87,9 @@ bin/%.fish: src/completion
auto-auto-complete fish --output $@ --source $< command=$*
+.PHONY: doc
+doc: man
+
.PHONY: man
man: $(foreach C,$(CMDS),bin/$(C).1)