Replace braces for parentheses

This commit is contained in:
Daniel - 2018-08-19 18:11:44 +02:00
parent 8dcbb43ba4
commit 1a4b17213a
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -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)