1
0
Fork 0
mirror of https://git.pwmt.org/pwmt/zathura.git synced 2025-02-21 05:35:32 +01:00
zathura/common.mk

10 lines
126 B
Makefile
Raw Normal View History

2011-08-31 16:04:55 +02:00
# See LICENSE file for license and copyright information
ifeq "$(VERBOSE)" "0"
ECHO=@echo
QUIET=@
else
ECHO=@\#
QUIET=
endif