summaryrefslogtreecommitdiff
path: root/Makefile
blob: d9989e3e69ef3d3fa3b111b01dcc9622c75b2a03 (plain)
1
2
3
4
5
6
7
8
9
10
# Makefile for the "Digitaltechnik" lecture slides.
#
# Targets:
#   clean  - remove LaTeX/beamer intermediate build products (PDFs are kept)

.PHONY: clean

clean:
	rm -f *.aux *.log *.nav *.out *.snm *.synctex.gz *.toc *.vrb
	rm -f *-eps-converted-to.pdf */*-eps-converted-to.pdf