scripts: Move archive.py from tests
This commit is contained in:
parent
d2deb420bc
commit
86ed1cf3b9
2
Makefile
2
Makefile
@ -82,7 +82,7 @@ docs: docs/quickstart.html docs/manual.html
|
|||||||
|
|
||||||
build/pugixml-%: .FORCE | $(RELEASE)
|
build/pugixml-%: .FORCE | $(RELEASE)
|
||||||
@mkdir -p $(BUILD)
|
@mkdir -p $(BUILD)
|
||||||
python tests/archive.py $@ pugixml-$(VERSION) $|
|
python scripts/archive.py $@ pugixml-$(VERSION) $|
|
||||||
|
|
||||||
$(EXECUTABLE): $(OBJECTS)
|
$(EXECUTABLE): $(OBJECTS)
|
||||||
$(CXX) $(OBJECTS) $(LDFLAGS) -o $@
|
$(CXX) $(OBJECTS) $(LDFLAGS) -o $@
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user