mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-21 23:06:32 +00:00
15 lines
264 B
Makefile
15 lines
264 B
Makefile
if INSTALL_CHECKMK
|
|
bin_SCRIPTS = checkmk
|
|
TESTS = test/check_checkmk
|
|
endif
|
|
EXTRA_DIST = test examples doc/checkmk.1
|
|
CONFIG_STATUS_DEPENDENCIES = checkmk.in
|
|
|
|
man_MANS = doc/checkmk.1
|
|
|
|
clean-local:
|
|
rm -rf test.out
|
|
|
|
dist-hook:
|
|
rm -rf `find $(distdir)/ -name '.svn'`
|