ref: 63b119c203c53bb328f03dcd1ebc88f13af0df73
parent: d811a3c7a8fab7269e0798ee884d4d1363d913df
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Jan 31 20:08:53 EST 2017
There is no -G flag.
--- a/mbld/main.myr
+++ b/mbld/main.myr
@@ -37,7 +37,6 @@
[.opt='R', .arg="runsrc", .desc="source to compile and run"],
[.opt='B', .arg="base", .desc="install into 'base'"],
[.opt='b', .arg="bin", .desc="compile binary named 'bin' from inputs"],
- [.opt='G', .arg="bin", .desc="compile and run binary 'bin' from inputs"],
[.opt='l', .arg="lib", .desc="compile lib named 'lib' from inputs"],
[.opt='r', .arg="rt", .desc="link against runtime 'rt' instead of default"],
[.opt='C', .arg="mc", .desc="compile with 'mc' instead of the default compiler"],