linuq-semaine-numeriqc-prot.../Makefile
Francois Pelletier ca29cce010 ajout makefile
2019-04-02 21:48:08 -04:00

7 lines
160 B
Makefile

presentation.html: presentation.md
pandoc -f markdown -t slidy -s presentation.md > presentation.html
build: presentation.html
clean:
-rm presentation.html