add option to make verbose builds (#251)

if V=1 is passed to make echo invoked command verbosely
This commit is contained in:
Jan Palus
2024-01-02 01:27:12 +01:00
committed by GitHub
parent bcd3deaa13
commit 2997906d98
4 changed files with 15 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ PY ?= python3
# =====
all:
$(info == PY_BUILD ustreamer-*.so)
@ $(PY) setup.py build
$(ECHO) $(PY) setup.py build
install: