Makefile.am 158 B

12345678910
  1. SUBDIRS = . tests
  2. python_PYTHON = __init__.py notify_out.py
  3. pythondir = $(pyexecdir)/isc/notify
  4. CLEANDIRS = __pycache__
  5. clean-local:
  6. rm -rf $(CLEANDIRS)