diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-14 22:13:09 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-14 22:13:09 +0100 |
commit | 5e83513e03a08126b14f09c66cccb38f07067f50 (patch) | |
tree | e91a10e940905e4f87e0e7bcdd217176c43c9c18 | |
parent | write man pages (diff) | |
download | sha3sum-5e83513e03a08126b14f09c66cccb38f07067f50.tar.gz sha3sum-5e83513e03a08126b14f09c66cccb38f07067f50.tar.bz2 sha3sum-5e83513e03a08126b14f09c66cccb38f07067f50.tar.xz |
m makefile
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |