aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: e5b9f30f161dd57cfeda70376665cf499cc8c40f (plain)
1
2
3
4
5
6
7
8
9
INSTDIR=/usr/share/monitoring-plugins

build:
	@echo "nothing to do"

install: build
	@mkdir -p $(INSTDIR)
	@cp plugins/* $(INSTDIR)