11 lines
186 B
Makefile
11 lines
186 B
Makefile
all: NotesStage.pdf RapportStage.pdf
|
|
|
|
NotesStage.pdf:
|
|
latexmk -pdf NotesStage.tex -outdir=build/
|
|
|
|
RapportStage.pdf:
|
|
latexmk -pdf RapportStage.tex -outdir=build/
|
|
|
|
clean:
|
|
git clean -Xf
|