initial
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
COMPILER=xelatex
|
||||
TARGET=slides
|
||||
|
||||
all:
|
||||
${COMPILER} -shell-escape ${TARGET}
|
||||
${COMPILER} -shell-escape ${TARGET}
|
||||
make cleanup
|
||||
|
||||
cleanup:
|
||||
rm ${TARGET}.aux ${TARGET}.log ${TARGET}.nav ${TARGET}.out ${TARGET}.snm ${TARGET}.toc ${TARGET}.vrb
|
||||
rm -r _minted-slides/
|
Reference in New Issue
Block a user