From 285fec31fc8fe1999e7bf9a42af0ceafd92b64e3 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 10 Oct 2015 12:35:40 -0700 Subject: Fix 'make release' after clean checkout --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3