[build] Makefile examples modularization

Now examples can be compiled by module, that's useful when compilation fails at some point
This commit is contained in:
Ray 2020-01-30 13:47:39 +01:00
parent cacd4a9d90
commit 9ce2331cc1
2 changed files with 33 additions and 10 deletions

View file

@ -78,7 +78,7 @@ int main(void)
UnloadFont(font2); // Font unloading
UnloadFont(font3); // Font unloading
CloseWindow(); // Close window and OpenGL context
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------
return 0;