summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 259cfa8cc728034588eeebe6a3bb240d137f7bc1 (plain)
1
2
3
4
5
6
7
.PHONY: all clean

all: main.pdf

%.pdf: %.tex
	context --nonstopmode $<
	mv $(notdir $@) $@