| Age | Commit message (Collapse) | Author |
|
I've renamed all makefile files to "Makefile" because they appear in the first files.
|
|
I've added "-ldl" library, it's necessary to compile the project.
|
|
I've cleaned the GNU/Linux compilation, now you can compile without useless parameters.
|
|
If you have raylib on standard directories ("/usr/local/include/raylib/raylib.h" for the header and "/usr/local/lib/libraylib.a" for raylib library) you can compile without edit the makefile.
|
|
I've changed all default target names with 'all'. Here there is the explanation: <https://www.gnu.org/prep/standards/standards.html#Standard-Targets>.
|
|
|
|
|
|
Now support multiple platforms
|
|
|
|
Some basic to advance templates are provided to be use as base code for
new games
|