ajout makefile

This commit is contained in:
Francois Pelletier 2019-04-02 21:48:08 -04:00
parent b91917b12a
commit ca29cce010

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
presentation.html: presentation.md
pandoc -f markdown -t slidy -s presentation.md > presentation.html
build: presentation.html
clean:
-rm presentation.html