diff --git a/Makefile b/Makefile index e68b2d6..71dc3c9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BUILD_DIR=build BUILD_DECKS=$(subst presentations/,$(BUILD_DIR)/,$(wildcard presentations/content/*)) LATEX=pdflatex -output-directory $(BUILD_DIR) -all: ${PRESENTATIONS} +all: $(PRESENTATIONS) clean: rm -fr presentations/$(BUILD_DIR)