resume/Makefile

13 lines
171 B
Makefile
Raw Normal View History

2024-03-28 16:19:16 +00:00
#!/usr/bin/make -f
.PHONY: help init serve
help:
$(info make init|serve)
init:
echo "Making $@"; \
serve:
latexmk -pdf -jobname=Leonardo_Murca_Resume -pvc main.tex