6 lines
36 B
Makefile
6 lines
36 B
Makefile
all:
|
|
latexmk
|
|
|
|
clean:
|
|
rm -rf build
|
all:
|
|
latexmk
|
|
|
|
clean:
|
|
rm -rf build
|