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.
This commit is contained in:
Thomas Preud'homme 2012-11-07 14:54:43 +01:00
parent a7f010ee8a
commit b0f08ace94

View File

@ -97,3 +97,6 @@ all: test
test: $(TESTS)
# vim: set expandtab ts=4 sw=4 sts=4 tw=80 :
clean:
rm -vf fred.txt