4 lines
82 B
Makefile
4 lines
82 B
Makefile
|
|
all:
|
|
pandoc -s --toc --toc-depth=2 --ascii Functor-Reference.md -o FuncRef.html
|