diff options
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 |