diff --git a/run.n b/run.n deleted file mode 100644 index 5a2ac37ab..000000000 Binary files a/run.n and /dev/null differ diff --git a/tools/Run.hx b/tools/Run.hx deleted file mode 100644 index 82899ded3..000000000 --- a/tools/Run.hx +++ /dev/null @@ -1,17 +0,0 @@ -class Run { - - public static function main() { - var args = Sys.args(); - var currentDir = args.pop(); // current directory - switch( args[0] ) { - case null: - case "pak": - var res = args[1]; - if( res == null ) res = "res"; - hxd.fmt.pak.Build.make(currentDir + res, currentDir + "res"); - case cmd: - Sys.println("Don't know how to run '"+cmd+"'"); - } - } - -} \ No newline at end of file