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

Unified Diff: nacltoons/Makefile

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 | « no previous file | nacltoons/build/build-cocos2dx.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/Makefile
diff --git a/nacltoons/Makefile b/nacltoons/Makefile
index 8bc7062102f2d0f43f6dbf2ae6a562aaa5d6ec5d..4bc0b92fa092b300f2df456c4955b41a936fb248 100644
--- a/nacltoons/Makefile
+++ b/nacltoons/Makefile
@@ -13,3 +13,7 @@ cocos2dx $(COCOS2DX_STAMP): build/build-cocos2dx.sh
touch $(COCOS2DX_STAMP)
include game.mk
+
+clean::
+ rm -f $(NACLPORTS_STAMP) $(COCOS2DX_STAMP)
+
« no previous file with comments | « no previous file | nacltoons/build/build-cocos2dx.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698