12 lines
85 B
Makefile
12 lines
85 B
Makefile
# Makefile for Nagios tests using perl
|
|
|
|
all:
|
|
|
|
test:
|
|
prove *.t
|
|
|
|
clean:
|
|
|
|
distclean:
|
|
|