Add compile progress to Makefile

This commit is contained in:
Thraix
2018-06-10 16:30:46 +02:00
parent 9e87c15367
commit f77d3e8a3d
5 changed files with 46 additions and 34 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ int main(int argc, char** argv)
}
if(flags & FLAG_VERSION)
{
LOG_INFO("MakeGen ",VERSION);
LOG_INFO("MakeGen ",MAKEGEN_VERSION);
return 0;
}
if(flags & FLAG_GEN)