6 lines
53 B
Makefile
6 lines
53 B
Makefile
all:
|
|
latexmk presentation.tex
|
|
|
|
clean:
|
|
rm -rf build
|
all:
|
|
latexmk presentation.tex
|
|
|
|
clean:
|
|
rm -rf build
|