Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Add manpage target
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Jul 11, 2020
1 parent 531ccd7 commit 6edea5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/rnbyc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ install: rnbyc
uninstall:
rm -f $(DESTDIR)/bin/rnbyc

manpage: rnbyc
help2man ./rnbyc -s 1 -n "JWK and JWT parser and generator" > rnbyc.1

test: test-jwks test-serialize test-parse

test-jwks: debug
Expand Down

0 comments on commit 6edea5a

Please sign in to comment.