zathura/common.mk
2011-08-31 16:04:55 +02:00

10 lines
126 B
Makefile

# See LICENSE file for license and copyright information
ifeq "$(VERBOSE)" "0"
ECHO=@echo
QUIET=@
else
ECHO=@\#
QUIET=
endif