File: common.mk

package info (click to toggle)
girara 0.2.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 624 kB
  • ctags: 801
  • sloc: ansic: 6,856; makefile: 287
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