summaryrefslogtreecommitdiff
path: root/Makefile
blob: 34d3efeda736b9c5cff457e062c0072ad40198de (plain)
1
2
3
4
5
6
7
8
9
10
MAIN = sheet
FLAGS = -pdf

dev:
	latexmk $(FLAGS) -pvc $(MAIN)
all: 
	latexmk $(FLAGS) $(MAIN)
clean: 
	latexmk -C