1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-21 23:06:32 +00:00
2015-12-13 22:34:58 +09:00

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'`