libbrandt/tex-stuff/Makefile

8 lines
218 B
Makefile
Raw Permalink Normal View History

2016-06-10 16:48:50 +02:00
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