diff --git a/test/Makefile.am b/test/Makefile.am index d955be8a..9f7e8254 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,3 +6,9 @@ EXTRA_DIST = completion \ fixtures \ lib \ unit + +all: + $(mkdir_p) log tmp + +distclean-local: + rm -rf log tmp