You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
journald-native/Rakefile

10 lines
223 B
Ruby

require 'bundler/gem_tasks'
require 'rake/extensiontask'
spec = Gem::Specification.load('journald-native.gemspec')
Rake::ExtensionTask.new('journald_native', spec)
task :build => :compile do
# just add prerequisite
end