From 8b99a585b750e7385dce261b8d2c7d9858bbef0e Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Thu, 23 Feb 2012 11:23:51 -0500 Subject: [PATCH] Re-added build dir --- rakefile.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/rakefile.rb b/rakefile.rb index 1039925..2a16ee5 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -8,6 +8,7 @@ require 'tools/rake_utils/source/tests.rb' # Configuration for the binary artifact DLangParser = Binary.new({ :name => 'dlang', + :output_dir => 'build/parser' :compiler_options => [ '-c', '-Wall', '-Werror', '-o' ], :source_files => [ 'source/**/*.c*' ], :include_dirs => [ 'source/**/' ], -- 2.52.0