From: Hilko Bengen Date: Fri, 13 May 2011 06:37:55 +0000 (+0200) Subject: hivex: Remove python bytecode on "make clean" X-Git-Tag: 1.2.7~5 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=79bdfa30ae1b8613211339b6318fc7cb2887bf5e;p=hivex.git hivex: Remove python bytecode on "make clean" --- diff --git a/python/Makefile.am b/python/Makefile.am index bc9ce7c..8599863 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -42,4 +42,6 @@ TESTS_ENVIRONMENT = \ TESTS = run-python-tests +CLEANFILES = hivex.pyc + endif