diff options
author | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2022-12-18 17:13:51 +0100 |
---|---|---|
committer | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2022-12-18 17:13:51 +0100 |
commit | 7fcd1ea90799c22a48b183236c84cb830fd746d2 (patch) | |
tree | d691b2129c4c1ff01d967ba818df235fbae2caed /Makefile | |
parent | b633af0e1134289942d322b74a0b77d55bf6f882 (diff) |
Add all make target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |