aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0474b60fd49b40234e3b6f038b4c61039bea5490 (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 check_* $(INSTDIR)