Sith/doc/TW_Skia/Makefile

14 lines
228 B
Makefile
Raw Normal View History

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