From b0f08ace945a41b94a3f94cca3f7f8bc6db4216f Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Wed, 7 Nov 2012 14:54:43 +0100 Subject: [PATCH] Create a clean target for tests2/Makefile the absence of a clean target in tests2/Makefile make the clean target in the main Makefile fails to complete. This commit create such a target which removes the only file created when tests pass successfully. --- tests2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests2/Makefile b/tests2/Makefile index bf4c2cd1..b6833bd7 100644 --- a/tests2/Makefile +++ b/tests2/Makefile @@ -97,3 +97,6 @@ all: test test: $(TESTS) # vim: set expandtab ts=4 sw=4 sts=4 tw=80 : + +clean: + rm -vf fred.txt