Merge branch 'main' of github.com-personal:leomurca/undergraduate-thesis into release/v0.0

This commit is contained in:
Leonardo Murça 2024-03-21 13:14:54 -03:00
commit 646c100f52

12
Makefile Normal file
View file

@ -0,0 +1,12 @@
#!/usr/bin/make -f
.PHONY: help init serve
help:
$(info make init|serve)
init:
echo "Making $@"; \
serve:
latexmk -pdf -pvc main.tex