Skip to content

Instantly share code, notes, and snippets.

@franckverrot
Created February 4, 2014 08:22
Show Gist options
  • Save franckverrot/8799940 to your computer and use it in GitHub Desktop.
Save franckverrot/8799940 to your computer and use it in GitHub Desktop.
Rake and Make, for very very simple needs
default: test
test:
ruby "test/unittest.rb"
task :default => [:test]
task :test do
ruby "test/unittest.rb"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment