Explorar el Código

Add a makefile

master
Dimitri Merejkowsky hace 5 años
padre
commit
7c818d44b9
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      sessions/Makefile

+ 4
- 0
sessions/Makefile Ver fichero

@@ -0,0 +1,4 @@
all: python-06.pdf

%.pdf: %.md
pandoc -t beamer $< -o $@