aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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