diff --git a/api/Make.hx b/api/Make.hx index 84841883c..20d4383a2 100644 --- a/api/Make.hx +++ b/api/Make.hx @@ -7,10 +7,12 @@ class Make { for (arg in args) { switch arg { case "xml": + trace("haxe --cwd xml xml.hxml"); command("haxe --cwd xml xml.hxml"); case "pages": Sys.setCwd("dox"); + trace("npx haxe dox.hxml"); command("npx haxe dox.hxml"); Sys.setCwd("..");