Skip to content

Commit

Permalink
modify jakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Bartolome committed Feb 8, 2010
1 parent f297846 commit 430e1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion File Templates/Cappuccino/Jakefile.pbfiletemplate/Jakefile
Expand Up @@ -36,7 +36,7 @@ app ("«PROJECTNAME»", function(task)
task.setCompilerFlags("-O");
});

CLEAN.include(FILE.join("Build", "CoreData.build"));
CLEAN.include(FILE.join("Build", "«PROJECTNAME».build"));

task ("default", ["«PROJECTNAME»", "clean"]);

0 comments on commit 430e1b7

Please sign in to comment.