[Scummvm-cvs-logs] SF.net SVN: scummvm: [25903] tools/trunk/Makefile
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Wed Feb 28 02:30:02 CET 2007
Revision: 25903
http://scummvm.svn.sourceforge.net/scummvm/?rev=25903&view=rev
Author: kirben
Date: 2007-02-27 17:30:00 -0800 (Tue, 27 Feb 2007)
Log Message:
-----------
Clean objects in utils directory too.
Modified Paths:
--------------
tools/trunk/Makefile
Modified: tools/trunk/Makefile
===================================================================
--- tools/trunk/Makefile 2007-02-28 01:25:59 UTC (rev 25902)
+++ tools/trunk/Makefile 2007-02-28 01:30:00 UTC (rev 25903)
@@ -145,7 +145,7 @@
util.o: util.h
clean:
- rm -f *.o $(TARGETS)
+ rm -f *.o utils/*.o $(TARGETS)
.cpp.o:
$(CXX) $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list