Add Makefile
This commit is contained in:
parent
921d694ce4
commit
c8197c3bbf
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