summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2015-07-16 03:17:46 +0200
committerGuillermo Ramos2015-07-16 03:17:46 +0200
commit946a1dcdce00d4a350fee92ae4931300e6170719 (patch)
treedb996ebe1bbf7dbca2bd42006ad3e41ec97b2c7e /Makefile
parent48c4cb7bb03009f0ca8a4aa68e72b1496d484c4f (diff)
downloadtfm-946a1dcdce00d4a350fee92ae4931300e6170719.tar.gz
File renaming
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b17eeaf..7faec7d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
all:
- latexmk -pvc -lualatex memoria.tex
+ latexmk -pvc -lualatex tfm.tex
once:
- lualatex memoria.tex
+ lualatex tfm.tex
force:
- latexmk -pvc -lualatex -interaction=nonstopmode memoria.tex
+ latexmk -pvc -lualatex -interaction=nonstopmode tfm.tex
re: clean all