summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e6b2b36..dec5067 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ release: build/pugixml-$(VERSION).tar.gz build/pugixml-$(VERSION).zip
docs: docs/quickstart.html docs/manual.html
build/pugixml-%: .FORCE | $(RELEASE)
+ @mkdir -p $(BUILD)
perl tests/archive.pl $@ $|
$(EXECUTABLE): $(OBJECTS)