aboutsummaryrefslogtreecommitdiff
path: root/tex-stuff/Makefile
blob: c39f2866c4ce32c6d528f0462945213fe5f013e3 (plain) (blame)
1
2
3
4
5
6
7
TEX_FILES = $(find -iname '*.tex')
IMG_SRCS = $(wildcard img/*)

all: $(TEX_FILES) $(IMG_SRCS) Makefile
	pdflatex math.tex && pdflatex math.tex
clean:
	rm -f *.aux *.bbl *.blg *.log *.pdf *.toc *.nav *.out *.snm *.vrb