diff options
author | Guillermo Ramos | 2015-07-22 02:09:23 +0200 |
---|---|---|
committer | Guillermo Ramos | 2015-07-22 02:10:06 +0200 |
commit | 50d592f09cf6c6226c53a054cd729df475c032d7 (patch) | |
tree | 646e9d134bec3edbfe5af5c59324065d6655ebd4 /Makefile | |
parent | 07277c50c42567460c719ca6b898b0c2ca95c60c (diff) | |
download | tfm-50d592f09cf6c6226c53a054cd729df475c032d7.tar.gz |
21/07/15
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ all: - latexmk -pvc -lualatex tfm.tex + latexmk -pvc -lualatex -shell-escape tfm.tex once: lualatex tfm.tex |