Mark Sibly 7 years ago
parent
commit
92b68919f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/mx2cc/mx2cc.monkey2

+ 2 - 2
src/mx2cc/mx2cc.monkey2

@@ -22,9 +22,9 @@ Global opts_time:Bool
 
 Global StartDir:String
 
-'Const TestArgs:="mx2cc makemods"
+Const TestArgs:="mx2cc makemods"
  
-Const TestArgs:="mx2cc makeapp src/mx2cc/test.monkey2"
+'Const TestArgs:="mx2cc makeapp src/mx2cc/test.monkey2"
 
 'Const TestArgs:="mx2cc makeapp -parse -geninfo src/mx2cc/test.monkey2"