diff --git a/Makefile b/Makefile index 17b8b66..84290c7 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ docs: docs/quickstart.html docs/manual.html build/pugixml-%: .FORCE | $(RELEASE) @mkdir -p $(BUILD) - python tests/archive.py $@ pugixml-$(VERSION) $| + python scripts/archive.py $@ pugixml-$(VERSION) $| $(EXECUTABLE): $(OBJECTS) $(CXX) $(OBJECTS) $(LDFLAGS) -o $@ diff --git a/tests/archive.py b/scripts/archive.py similarity index 100% rename from tests/archive.py rename to scripts/archive.py