mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-14 22:09:23 +00:00
accounting
api
club
core
counter
doc
TW_Skia
.gitignore
Makefile
Rapport.tex
Architecture_et_presentation_-_Skia_2016.pdf
Guide de Tresorerie.pdf
MLD.pdf
contacts
modules.dia
modules_full.png
modules_maj.dia
modules_maj.png
modules_simple.png
eboutic
launderette
locale
rootplace
sas
sith
subscription
.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
Doxyfile
LICENSE
README.md
TODO.md
manage.py
migrate.py
requirements.txt
14 lines
228 B
Makefile
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
|
|
|