aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2025-05-17 17:02:07 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2025-05-17 17:02:07 +0100
commita75ea6533c0503c2cd2397bfc9107e549a6e34ba (patch)
tree72a9258f7ac33debb74dcd8d6604bbf9c57551d4 /Makefile
parent76a353e1b1b7e85d186785866e8250e5bfc42a24 (diff)
Adding title page and foreword.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e97ddc9..b4683ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,19 @@
default: target\
target/main.pdf
+
+SOURCES=images/\
+ papers/\
+ main.tex\
+ 00-titlepage.tex\
+ 01-foreword.tex
target:
mkdir target
-target/main.pdf: images/ papers/ main.tex
+target/main.pdf: $(SOURCES)
cp -r $^ target/
cd target &&\
pdflatex main.tex &&\
pdflatex main.tex &&\
pdflatex main.tex
+
+clean:
+ rm -rf target/