From: Oleg Broytman Date: Tue, 23 Aug 2016 20:17:15 +0000 (+0300) Subject: Remove directory 'save' on clean up X-Git-Tag: 2.7.0~15 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=029da987bd87aecd949187d1c17cf0d88b23595b Remove directory 'save' on clean up --- diff --git a/test/Makefile b/test/Makefile index 34bda8a..88ee55d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -6,4 +6,4 @@ all: .PHONY: clean clean: - rm -rf tmp + rm -rf save tmp