mirror of
https://github.com/jgoerzen/xbnet.git
synced 2025-01-31 07:38:22 -04:00
5 lines
65 B
Makefile
5 lines
65 B
Makefile
ALL: xbnet.1
|
|
|
|
%.1: %.1.md
|
|
pandoc --standalone --to man $< -o $@
|