From c498c28cc7e2571d7aeb1afa475e4feffb5824eb Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sat, 12 Oct 2019 16:01:37 -0500 Subject: first draft of my thesis --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') 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 -- cgit