mirror of
https://github.com/ae-utbm/sith.git
synced 2026-01-08 20:18:01 +00:00
Cleaned doc folder as it was unused
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user