Add in the rest of the cool stuff

This commit is contained in:
2021-09-20 17:10:17 -04:00
parent 1566565ce9
commit 508c9bf1c1
4 changed files with 21 additions and 4 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
# Mostly blank makefile
all: prepare build
prepare:
mkdir -p _build/aux
mkdir -p _build/pdf
build:
pdflatex --enable-write18 -aux-directory=_build/aux -output-directory=_build/pdf my_pres.tex