- 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.
This commit is contained in:
REMY Didier 2017-10-29 16:39:41 +01:00
parent c24814e9bb
commit 1abcc4dc85

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
README.html: README.md
pandoc -s -f markdown -t html -o $@ $<