Merge branch 'main' of github.com-personal:leomurca/undergraduate-thesis into release/v0.0
This commit is contained in:
commit
646c100f52
1 changed files with 12 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal 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
|
Loading…
Reference in a new issue