diff options
Diffstat (limited to 'tex-stuff/Makefile')
| -rw-r--r-- | tex-stuff/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tex-stuff/Makefile b/tex-stuff/Makefile new file mode 100644 index 0000000..c39f286 --- /dev/null +++ b/tex-stuff/Makefile @@ -0,0 +1,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 |
