Skip to content
Snippets Groups Projects
Unverified Commit 3ea723ca authored by Daniel's avatar Daniel
Browse files

ENH: Quieter make install.

parent 13658264
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ clean:
.PHONY: unzip
unzip:
for f in $(LIBS_ZIP); do unzip -o -d libs $$f; done
for f in $(LIBS_ZIP); do unzip -q -o -d libs $$f; done
PYLINT = pylint3 -d all -e E,F
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment