Skip to content

Commit 043eb67

Browse files
committed
make: build quiet as default
1 parent 53a7225 commit 043eb67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.include

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ else
8080
OPEN := xdg-open
8181
endif
8282

83+
QUIET ?= 1
84+
8385
ifeq ($(QUIET),1)
8486
AD=@
8587
MAKEFLAGS += --no-print-directory

0 commit comments

Comments
 (0)