mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
Added man page and rule to generate in Makefile
This commit is contained in:
parent
6d61511e36
commit
6b389d709a
2 changed files with 343 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -97,6 +97,10 @@ emulator:
|
|||
$(call print-target)
|
||||
./emulator/setup.sh
|
||||
|
||||
man:
|
||||
$(call print-target)
|
||||
go-md2man -in README.md -out magellan.1
|
||||
|
||||
define print-target
|
||||
@printf "Executing target: \033[36m$@\033[0m\n"
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue