1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-02-03 14:17:13 +00:00
2017-01-15 22:57:34 +01:00

14 lines
228 B
Makefile

CC=pdflatex
all: rapport clean
rapport: Rapport.tex
@echo "Compiling "$<
$(CC) -shell-escape $<
$(CC) -shell-escape $<
clean:
@echo "Cleaning folder"
rm *.aux; rm *.log; rm *.out; rm *.toc; rm *.snm; rm *.nav; rm *.lof