- 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:
parent
c24814e9bb
commit
1abcc4dc85
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
README.html: README.md
|
||||||
|
pandoc -s -f markdown -t html -o $@ $<
|
||||||
|
|
Loading…
Reference in a new issue