MAIN = sheet
FLAGS = -pdf -lualatex

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