]> git.mdlowis.com Git - archive/dlang.git/commitdiff
Updated rakefile to use new rake_utils tool
authorMike D. Lowis <mike@mdlowis.com>
Thu, 23 Feb 2012 16:25:21 +0000 (11:25 -0500)
committerMike D. Lowis <mike@mdlowis.com>
Thu, 23 Feb 2012 16:25:21 +0000 (11:25 -0500)
build/DUMMY [new file with mode: 0644]
rakefile.rb

diff --git a/build/DUMMY b/build/DUMMY
new file mode 100644 (file)
index 0000000..e69de29
index 2a16ee528849da5b8b11650ceed15b57a1312765..0b374aa3c8b2499b753608f6ba2ef787f1454c5f 100644 (file)
@@ -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/**/' ],