Browse Source

grunt: fix compilation of benchfib

Manfred Kroehnert 11 years ago
parent
commit
52e1799fd5
1 changed files with 2 additions and 3 deletions
  1. 2 3
      nodejs/Gruntfile.js

+ 2 - 3
nodejs/Gruntfile.js

@@ -17,10 +17,9 @@ module.exports = function(grunt) {
         output_name: 'hello/Program'
       },
       benchfib: {
-        working_dir: 'benchfib',
-        src: ['Benchfib.st'],
+        src: ['benchfib/Benchfib.st'],
         main_class: 'Benchfib',
-        output_name: 'Program'
+        output_name: 'benchfib/Program'
       },
       meta: {
         working_dir: 'meta',