Skip to content

Commit

Permalink
invoke the compile tasks properly
Browse files Browse the repository at this point in the history
  • Loading branch information
scott authored and smtlaissezfaire committed Nov 29, 2009
1 parent a48b274 commit 73b2d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch04/Rakefile
Expand Up @@ -14,7 +14,7 @@ end

task :compile_debug do
ASM_FLAGS << "-gstabs"
compile
Rake::Task[:compile].invoke
end

task :clean do
Expand Down

0 comments on commit 73b2d8f

Please sign in to comment.