File: common.mk

package info (click to toggle)
zathura-pdf-poppler 0.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 152 kB
  • ctags: 73
  • sloc: ansic: 701; makefile: 100; xml: 11
file content (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
# See LICENSE file for license and copyright information

ifeq "$(VERBOSE)" "0"
ECHO=@echo
QUIET=@
else
ECHO=@\#
QUIET=
endif