mpri-funcprog-project/Makefile
REMY Didier 1abcc4dc85 - Adding anchors for Remy's lecture 2
- Adding Makefile to produce README.html from README.md
  so that we can see the output in a browser before commiting to gitlab.
  requires pandoc installed.
2017-10-29 16:39:41 +01:00

5 lines
65 B
Makefile

README.html: README.md
pandoc -s -f markdown -t html -o $@ $<