Commit initial

This commit is contained in:
Matthieu Dubuget
2019-08-15 09:36:18 +02:00
commit c2bc40ac45
2 changed files with 139 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
.PHONY: clean
liste_vacances.pdf: liste_vacances.tex
pdflatex $<
-rm *.aux *.log
clean:
rm *.pdf