diff options
| -rw-r--r-- | mixlib/testsuite/Makefile.am | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/mixlib/testsuite/Makefile.am b/mixlib/testsuite/Makefile.am index 349a320..568f071 100644 --- a/mixlib/testsuite/Makefile.am +++ b/mixlib/testsuite/Makefile.am @@ -28,6 +28,8 @@ mixdevtest_SOURCES = test.h mix_device_t.c  mixevaltest_SOURCES = test.h mix_eval_t.c  mixparsertest_SOURCES = test.h mix_parser_t.c +distclean-local: +	rm -f *.mix | 
