[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:
parent
cacd4a9d90
commit
9ce2331cc1
2 changed files with 33 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue