|
@@ -6,7 +6,7 @@ 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-hxb-interp.hxml"].concat(args));
|
|
- runCommand("haxe", ["compile-read-hxb-interp.hxml"].concat(args));
|
|
|
|
|
|
+ runCommand("haxe", ["compile-hxb-interp-read.hxml"].concat(args));
|
|
|
|
|
|
runCommand("haxe", ["compile-macro.hxml"].concat(args));
|
|
runCommand("haxe", ["compile-macro.hxml"].concat(args));
|
|
|
|
|