m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2022-12-18 17:13:51 +0100
committerMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2022-12-18 17:13:51 +0100
commit7fcd1ea90799c22a48b183236c84cb830fd746d2 (patch)
treed691b2129c4c1ff01d967ba818df235fbae2caed
parentb633af0e1134289942d322b74a0b77d55bf6f882 (diff)
Add all make target
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59ca558..fbb3fe8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+all: mgr.pdf presentation/presentation.pdf
+
mgr.pdf: mgr.tex mgr.bib pracamgr.cls definitions.sty
lualatex mgr
biber mgr
@@ -12,3 +14,4 @@ presentation: presentation/presentation.pdf
clean:
rm -rf mgr.pdf mgr.aux mgr.bbl mgr.bcf mgr.blg mgr.log mgr.run.xml mgr.toc
+ rm -rf presentation/presentation.pdf