From: <jt...@us...> - 2007-06-21 00:41:28
|
Revision: 284 http://ro-oslib.svn.sourceforge.net/ro-oslib/?rev=284&view=rev Author: jtytgat Date: 2007-06-20 17:41:27 -0700 (Wed, 20 Jun 2007) Log Message: ----------- Make clean remove everything Modified Paths: -------------- branches/simplified-build/!OSLib/Source/Test/Test/Makefile Modified: branches/simplified-build/!OSLib/Source/Test/Test/Makefile =================================================================== --- branches/simplified-build/!OSLib/Source/Test/Test/Makefile 2007-06-21 00:30:05 UTC (rev 283) +++ branches/simplified-build/!OSLib/Source/Test/Test/Makefile 2007-06-21 00:41:27 UTC (rev 284) @@ -9,7 +9,7 @@ all: test_c$(EXEEXT) test_cpp$(EXEEXT) test_s$(EXEEXT) clean: - -$(RM) test_c,ff8 test_c,e1f test_cpp,ff8 test_cpp,e1f test_s,ff8 test_s,e1f test_s$(EXEEXT).o small_test.o all_oslib.h all_oslib.Hdr + -$(RM) test_c,ff8 test_c,e1f test_cpp,ff8 test_cpp,e1f test_s,ff8 test_s,e1f test_s,ff8.o test_s,e1f.o small_test.o all_oslib.h all_oslib.Hdr test_c$(EXEEXT): test.c small_test.o all_oslib.h $(CC) -o $@ -I$(TOPHEADERDIR) test.c small_test.o $(OSLIBLIB) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |