7 lines
75 B
Makefile
7 lines
75 B
Makefile
all:
|
|
mkdir -p build/build
|
|
latexmk presentation.tex
|
|
|
|
clean:
|
|
rm -rf build
|