diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-10-12 16:01:37 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-10-12 16:01:37 -0500 |
commit | c498c28cc7e2571d7aeb1afa475e4feffb5824eb (patch) | |
tree | d197ba498eb77fa068ddfe4cf898df100d9f4968 /Makefile | |
parent | 3b588eeef1d08f1428b2808401da4395a5dedd0b (diff) | |
download | sddm-c498c28cc7e2571d7aeb1afa475e4feffb5824eb.tar.gz sddm-c498c28cc7e2571d7aeb1afa475e4feffb5824eb.tar.bz2 sddm-c498c28cc7e2571d7aeb1afa475e4feffb5824eb.zip |
first draft of my thesis
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |