Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: nacltoons/game.mk

Issue 12094088: Don't ignore failures in build-cocos2dx.sh. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nacltoons/build/build-naclports.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/game.mk
diff --git a/nacltoons/game.mk b/nacltoons/game.mk
index 3c943bab27b676c61d1c23f4fb00cf38026aef93..55a19a54588e286d4be94471f16fe504061b3836 100644
--- a/nacltoons/game.mk
+++ b/nacltoons/game.mk
@@ -74,7 +74,7 @@ $(TARGET): $(OBJECTS)
%.o: %.c
$(CC) $(CCFLAGS) $(INCLUDES) $(DEFINES) $(VISIBILITY) -c $< -o $@
-clean:
+clean::
rm -f $(OBJECTS) $(TARGET) core
« no previous file with comments | « nacltoons/build/build-naclports.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698