Browse Source

[1179] Makefile fix

Jelte Jansen 13 years ago
parent
commit
8634aa9cab
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/lib/python/isc/dns/Makefile.am

+ 7 - 0
src/lib/python/isc/dns/Makefile.am

@@ -0,0 +1,7 @@
+python_PYTHON = __init__.py
+
+CLEANDIRS = __pycache__
+
+clean-local:
+	rm -rf $(CLEANDIRS)
+