|
@@ -5,9 +5,8 @@ import runci.Config.*;
|
|
|
|
|
|
class Macro {
|
|
class Macro {
|
|
static public function run(args:Array<String>) {
|
|
static public function run(args:Array<String>) {
|
|
- // runCommand("haxe", ["compile-hxb-interp.hxml"].concat(args));
|
|
|
|
- // runCommand("haxe", ["compile-read-hxb-interp.hxml"].concat(args));
|
|
|
|
- // return; // don't overlook this
|
|
|
|
|
|
+ runCommand("haxe", ["compile-hxb-interp.hxml"].concat(args));
|
|
|
|
+ runCommand("haxe", ["compile-read-hxb-interp.hxml"].concat(args));
|
|
|
|
|
|
runCommand("haxe", ["compile-macro.hxml"].concat(args));
|
|
runCommand("haxe", ["compile-macro.hxml"].concat(args));
|
|
|
|
|