added -o option to cmd compiler

This commit is contained in:
Liana Husikyan
2015-08-10 12:40:17 +02:00
parent 286473247e
commit 1c7354ed0f
-1
View File
@@ -37,7 +37,6 @@ enum class OutputType: uint8_t
{
STDOUT,
FILE,
BOTH
};
class CommandLineInterface