git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_graphite/Makefile
blob: 7ae74f4c8e26c26882a74955bcf232f929089dfe (plain)
1
2
3
4
5
6
7
8
9
10
PLUGIN := check_graphite
CLEANFILES := check_graphite
DOCFILES := README.md

include ../common.mk

check_graphite:
	cp $@.py $@
	chmod 755 $@