Sith/doc/TW_Skia/Makefile

14 lines
228 B
Makefile
Raw Permalink Normal View History

2016-06-17 11:01:42 +00:00
CC=pdflatex
all: rapport clean
rapport: Rapport.tex
@echo "Compiling "$<
2016-06-19 19:16:04 +00:00
$(CC) -shell-escape $<
$(CC) -shell-escape $<
2016-06-17 11:01:42 +00:00
clean:
@echo "Cleaning folder"
rm *.aux; rm *.log; rm *.out; rm *.toc; rm *.snm; rm *.nav; rm *.lof