diff options
| author | ruki <[email protected]> | 2021-06-29 22:54:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-06-29 22:54:43 +0800 |
| commit | 8f2b7f27a75d33fed60e9d7037f895bfb7d6434e (patch) | |
| tree | 9f48c10cb3387dba58fd8dcd9b74db0fe06a1a25 /makefile | |
| parent | b115e1612528899fecb16f453ec559d17a54219b (diff) | |
add verbose output for makefile
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,10 @@ # is debug? debug :=n -verbose := -#debug :=y -#verbose :=-v +# verbose +ifneq ($(VERBOSE),y) +VECHO = @ +endif # prefix ifeq ($(prefix),) # compatible with brew script (make install PREFIX=xxx DESTDIR=/xxx) |
