diff options
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)  | 
