aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0844d8f..f05776c 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,13 @@
1all: clean 1all: clean
2 2
3pdf: clean
4 find ./* -type f | grep -v '_.*.tex' | grep 'tex$$' > texfiles
5 while read l ; do \
6 latexmk -cd -lualatex $$l ; \
7 done < texfiles
8 while read l ; do \
9 latexmk -c -cd -lualatex $$l ; \
10 done < texfiles
3clean: 11clean:
4 rm -rf .backup 12 rm -rf .backup
5 find -iname "*~" | xargs rm -rf 13 find -iname "*~" | xargs rm -rf