Add --target=<target> flag

- Used to compile using a specific target, without the need of modifying
  the makegen.xml file
This commit is contained in:
Thraix
2025-08-05 20:45:36 +02:00
parent 658d6df8a5
commit 6976d330fc
10 changed files with 138 additions and 92 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "ConfigFile.h"
struct ConfigCLI
struct ConfigCLI
{
public:
static int Main(int argc, char** argv);