Skip to content

Commit 4796374

Browse files
committed
make: silence pip command
1 parent 4718701 commit 4796374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sourcevenv:
3838
fi
3939

4040
install: venv sourcevenv
41-
pip install -e .
41+
@pip install -e .
4242

4343
build: sourcevenv deps
4444
gitoyen build

0 commit comments

Comments
 (0)