mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
14 lines
406 B
Makefile
14 lines
406 B
Makefile
perlmoduledir = $(exec_prefix)/perl
|
|
|
|
all-local:
|
|
$(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -em .
|
|
|
|
install-exec-local:
|
|
$(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -i .
|
|
|
|
# Don't run test-debug differently here yet
|
|
test test-debug:
|
|
$(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -t .
|
|
|
|
clean-local:
|
|
$(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -c .
|