diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -7,16 +7,7 @@ default: all cd src && "$(MAKE)" $@ cd utils && "$(MAKE)" $@ -all: sddm.pdf +doc: + cd doc && "$(MAKE)" -all: sddm.pdf - -calculate_limits: calculate_limits.c - -sddm.pdf: sddm.tex - pdflatex $^ - -clean: - rm calculate_limits - -.PHONY: clean sddm.pdf +.PHONY: doc |