summaryrefslogtreecommitdiff
path: root/Makefile
blob: bfc5394a025a59c71939a2cf350a60ec70937fe9 (plain) (blame)
1
2
3
4
5
6
TARGET=$(subst .tex,.pdf,$(wildcard assignment*.tex))

all: $(TARGET)

%.pdf: %.tex
	latexmk -pdf $<