6 lines
61 B
Makefile
6 lines
61 B
Makefile
all:
|
|
echo OK
|
|
|
|
install:
|
|
cp -vf ping-host.sh /usr/local/bin/
|