Add a Makefile to ease installing
This commit is contained in:
parent
5c33a20ae9
commit
427e953b7a
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
.PHONY: default install
|
||||
|
||||
default:
|
||||
echo "Use 'make install' to install"
|
||||
|
||||
install:
|
||||
install -oroot -groot check_kernel /usr/lib/nagios/plugins/
|
Loading…
Add table
Add a link
Reference in a new issue