MAIN = sheet FLAGS = -pdf dev: latexmk $(FLAGS) -pvc $(MAIN) all: latexmk $(FLAGS) $(MAIN) clean: latexmk -C