summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 16d090c..fed5240 100644
--- a/Makefile
+++ b/Makefile
@@ -20,5 +20,9 @@ main-${LOC}.tex: main.tex
clean:
rm -f main-*.tex ${LOG_FILES} ${AUX_FILES} ${PDF_FILES}
+all:
+ @make
+ @make LOC=en
+
english:
@make LOC=en