.PHONY: all
all:
	latexmk -lualatex

.PHONY: clean
clean:
	git clean -fx
