# Top level makefile, the real shit is at src/Makefile
#
default: all
.DEFAULT:
cd src && "$(MAKE)" $@
cd utils && "$(MAKE)" $@
all: sddm.pdf
all: sddm.pdf
calculate_limits: calculate_limits.c
sddm.pdf: sddm.tex
pdflatex $^
clean:
rm calculate_limits
.PHONY: clean sddm.pdf