From: Mike D. Lowis Date: Thu, 31 May 2012 14:15:18 +0000 (-0400) Subject: Updated clean task in makefile X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=38eeb0282354f26e8a30a6b18ccd7e785e0fdde9;p=projs%2Fopts.git Updated clean task in makefile --- diff --git a/Makefile b/Makefile index 2126e15..712f870 100644 --- a/Makefile +++ b/Makefile @@ -93,4 +93,7 @@ clean: $(MAKE) -C tools/UnitTest++ clean $(RM) $(SRC_OBJS) $(RM) $(TEST_OBJS) + $(RM) $(SHARED_NAME) + $(RM) $(STATIC_NAME) + $(RM) $(TEST_RUNNER)*