Add Makefile

This commit is contained in:
Leonardo Murça 2024-03-20 16:23:40 -03:00
parent 921d694ce4
commit c8197c3bbf

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