Rakefile in hotcell-0.1.0 vs Rakefile in hotcell-0.2.0
- old
+ new
@@ -17,15 +17,15 @@
end
namespace :project do
desc 'Build lexer'
task :lexerr do
- `ragel -R -F1 lib/hotcell/lexerr.rl`
+ `ragel -R -F1 -I lib/hotcell lib/hotcell/lexerr.rl`
end
desc 'Build lexer'
task :lexerc do
- `ragel -C -G2 ext/lexerc/lexerc.rl`
+ `ragel -C -G2 -I lib/hotcell ext/lexerc/lexerc.rl`
end
task :dot do
`ragel -Vp lib/hotcell/lexerr.rl > lexerr.dot`
`ragel -Vp lib/hotcell/lexerc.rl > lexerc.dot`