Explorar el Código

Make setup.py install quietly

oz123 hace 10 años
padre
commit
958be40aba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -57,4 +57,4 @@ dist: clean
 	ls -l dist
 
 install:
-	python setup.py install 
+	python setup.py -q install