mirror of https://github.com/MISP/misp-training
6 lines
130 B
Makefile
6 lines
130 B
Makefile
|
all:
|
||
|
pdflatex -interaction nonstopmode -halt-on-error -file-line-error slide.tex
|
||
|
|
||
|
clean:
|
||
|
rm *.aux *.nav *.log *.snm *.toc *.vrb
|