summaryrefslogtreecommitdiffstats
path: root/tasks/ffi.rake
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-29 16:10:14 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-29 16:10:14 +0200
commit19b9118fccb1766fa55fd920853c7e2767816969 (patch)
tree44a7516b3e1f1f2155dc05f18d5667a7e2c9b561 /tasks/ffi.rake
parent0a14d053cb6aba117243b5fbdb3af1c8b84ed2d4 (diff)
parent2dee77f043a66caefe9ee33b351a7dfe4a1cef13 (diff)
downloadffi-efl-19b9118fccb1766fa55fd920853c7e2767816969.zip
ffi-efl-19b9118fccb1766fa55fd920853c7e2767816969.tar.gz
Merge branch 'master' of github.com:jeremyz/ffi-efl
Diffstat (limited to 'tasks/ffi.rake')
-rw-r--r--tasks/ffi.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/ffi.rake b/tasks/ffi.rake
index 7ab3ffb..0ade669 100644
--- a/tasks/ffi.rake
+++ b/tasks/ffi.rake
@@ -12,7 +12,7 @@ namespace :ffi do
#
desc "generate ffi bindings"
task :ruby do
- sh 'ruby ./tools/genruby.rb'
+ sh './tools/genruby.rb'
end
end
#