mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:33:48 +01:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
|
# See LICENSE file for license and copyright information
|
||
|
|
||
|
ifeq "$(VERBOSE)" "0"
|
||
|
ECHO=@echo
|
||
|
QUIET=@
|
||
|
else
|
||
|
ECHO=@\#
|
||
|
QUIET=
|
||
|
endif
|