From d6df7eebb0d8fa3e3cc3cf4bfb335f73262dd8bc Mon Sep 17 00:00:00 2001 From: subnixr subnixr Date: Sun, 28 May 2017 12:41:47 +0200 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c2554f..e50efd8 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,5 @@ clean: $(RM) -r $(PDFDIR) $(PDFDIR)/%.pdf: $(SRCDIR)/%.md - @mkdir -p $(D) + @mkdir -p $(@D) $(PANDOC) $(PANDOCFLAGS) $< -o $@