Parcourir la source

make: silence pip command

Sebastien Badia il y a 7 ans
Parent
commit
479637420c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -38,7 +38,7 @@ sourcevenv:
 	fi
 	fi
 
 
 install: venv sourcevenv
 install: venv sourcevenv
-	pip install -e .
+	@pip install -e .
 
 
 build: sourcevenv deps
 build: sourcevenv deps
 	gitoyen build
 	gitoyen build