diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-07-24 18:09:29 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-07-24 18:09:29 (GMT) |
commit | f6e73393afbe7ce8d1a5c5fc55565582cb8906cc (patch) | |
tree | b50fe99468a518e705d9ef3b8a1ae1638a07b3dc /QA/UnitTest/Makefile.inc | |
parent | 0dd979a856719f16925f84d6be532bd31044fa82 (diff) | |
download | swift-contrib-f6e73393afbe7ce8d1a5c5fc55565582cb8906cc.zip swift-contrib-f6e73393afbe7ce8d1a5c5fc55565582cb8906cc.tar.bz2 |
Update the build system.
Coverage now works better.
Some files are cleaned by default (without the need of CLEANFILES).
Diffstat (limited to 'QA/UnitTest/Makefile.inc')
-rw-r--r-- | QA/UnitTest/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QA/UnitTest/Makefile.inc b/QA/UnitTest/Makefile.inc index 531f616..f51828e 100644 --- a/QA/UnitTest/Makefile.inc +++ b/QA/UnitTest/Makefile.inc @@ -6,7 +6,7 @@ UNITTEST_OBJECTS = \ TEST_TARGETS += check -CLEANFILES += $(UNITTEST_OBJECTS) $(UNITTEST_TARGET) +CLEANFILES += $(UNITTEST_TARGET) DEPS += $(UNITTEST_SOURCES:.cpp=.dep) .PHONY: check |