zathura/common.mk

10 lines
126 B
Makefile
Raw Permalink 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