aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-10-12 16:01:37 -0500
committertlatorre <tlatorre@uchicago.edu>2019-10-12 16:01:37 -0500
commitc498c28cc7e2571d7aeb1afa475e4feffb5824eb (patch)
treed197ba498eb77fa068ddfe4cf898df100d9f4968 /Makefile
parent3b588eeef1d08f1428b2808401da4395a5dedd0b (diff)
downloadsddm-c498c28cc7e2571d7aeb1afa475e4feffb5824eb.tar.gz
sddm-c498c28cc7e2571d7aeb1afa475e4feffb5824eb.tar.bz2
sddm-c498c28cc7e2571d7aeb1afa475e4feffb5824eb.zip
first draft of my thesis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 27445de..96fe01c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,14 @@ default: all
cd src && "$(MAKE)" $@
cd utils && "$(MAKE)" $@
+all: sddm.pdf
+
+calculate_limits: calculate_limits.c
+
+sddm.pdf: sddm.tex
+ pdflatex $^
+
+clean:
+ rm calculate_limits
+
+.PHONY: clean sddm.pdf