diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-10-10 12:35:40 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-10-10 12:35:40 -0700 |
commit | 285fec31fc8fe1999e7bf9a42af0ceafd92b64e3 (patch) | |
tree | 05dedc58846c67e72973ace17e3e48d2d2d41f71 /Makefile | |
parent | 0cfdba262e389b347cb574c686394c104ece4628 (diff) |
Fix 'make release' after clean checkout
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |