From e4d17e965229346e866a09e3a1ddbcac396b991b Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Thu, 23 Feb 2012 11:25:21 -0500 Subject: [PATCH] Updated rakefile to use new rake_utils tool --- build/DUMMY | 0 rakefile.rb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 build/DUMMY diff --git a/build/DUMMY b/build/DUMMY new file mode 100644 index 0000000..e69de29 diff --git a/rakefile.rb b/rakefile.rb index 2a16ee5..0b374aa 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -8,7 +8,7 @@ require 'tools/rake_utils/source/tests.rb' # Configuration for the binary artifact DLangParser = Binary.new({ :name => 'dlang', - :output_dir => 'build/parser' + :output_dir => 'build/parser', :compiler_options => [ '-c', '-Wall', '-Werror', '-o' ], :source_files => [ 'source/**/*.c*' ], :include_dirs => [ 'source/**/' ], -- 2.52.0