fix makefile main target

This commit is contained in:
regnat 2017-04-19 09:25:48 +02:00
parent 8f08d41fce
commit f299ce6d76

View File

@ -3,8 +3,7 @@
.PHONY: all clean
all: grammar/grammar.pdf semantics/semantics.pdf typing/records.pdf \
typing/type-system.pdf
all: combined/main.pdf
%.pdf: %.tex common/header.tex FORCE
latexmk -output-directory=out -pdf -xelatex -pv -use-make $<