Skip to content

Commit

Permalink
Add ifdef for verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
huang huijing authored and huang huijing committed Nov 20, 2024
1 parent 7da915c commit 69c3c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
SHELL = /bin/bash

.PHONY: help install clean build
ifndef VERBOSE
.SILENT:
endif
all: install

ifeq ($(PYTHON_VERSION),)
Expand Down

0 comments on commit 69c3c4f

Please sign in to comment.