소스 검색

grunt: fix compilation of benchfib

Manfred Kroehnert 11 년 전
부모
커밋
52e1799fd5
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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',