Skip to content

Commit

Permalink
build LPKit in its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-serafin committed Nov 19, 2012
1 parent dd26479 commit 3d65574
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jakefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ framework ("LPKit", function(task)
task.setResources(new FileList("Resources/*"));
task.setInfoPlistPath("Info.plist");


if (configuration === "Debug")
task.setCompilerFlags("-DDEBUG -g");
else
Expand Down Expand Up @@ -83,4 +82,4 @@ task("test", function()

task ("default", ["release"]);
task ("docs", ["documentation"]);
task ("all", ["release", "debug", "documentation"]);
task ("all", ["release", "debug", "documentation"]);

0 comments on commit 3d65574

Please sign in to comment.