diff --git a/Rakefile b/Rakefile index dcf244d..62f4106 100644 --- a/Rakefile +++ b/Rakefile @@ -78,7 +78,7 @@ namespace :target do task :link => :build do ld = TARGET[:linker] args = TARGET[:linker_args].join(" ") - objs = OBJ.keys + objs = OBJ.keys.join(" ") sh "#{ld} #{args} #{objs} -o #{PROG}.bin" end