mirror of
https://github.com/jgoerzen/xbnet.git
synced 2025-02-12 05:23:50 -04:00
5 lines
65 B
Makefile
5 lines
65 B
Makefile
ALL: xbnet.1
|
|
|
|
%.1: %.1.md
|
|
pandoc --standalone --to man $< -o $@
|