summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4a16d997c29662f9dd59d8e073680ad5d2c344f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: all
all: git-in-reverse.pdf

%.pdf: src/%.tex
	@make -C src/ $@
	@cp src/$@ .

.PHONY: clean
clean:
	@make -C src/ clean
	@rm -f *.pdf