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.
10 lines
223 B
Ruby
10 lines
223 B
Ruby
9 years ago
|
require 'bundler/gem_tasks'
|
||
|
require 'rake/extensiontask'
|
||
|
|
||
|
spec = Gem::Specification.load('journald-logger.gemspec')
|
||
|
Rake::ExtensionTask.new('journald_logger', spec)
|
||
|
|
||
|
task :build => :compile do
|
||
|
# just add prerequisite
|
||
|
end
|