1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-02-15 12:07:13 +00:00

14 lines
228 B
Makefile
Raw Normal View History

2017-01-08 20:02:09 +01:00
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