mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:44:20 +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
|