aboutsummaryrefslogtreecommitdiff
path: root/templates/basic_game
AgeCommit message (Collapse)Author
2016-05-14Fix glfw name on OSX and remove unused directory warningChris Hemingway
2016-04-06Fix Makefile filesLelixSuper
I've added .PHONY targets and fixed "clean" recipe.
2016-04-03Remove recipes of GLEW from Makefile (not used any more)LelixSuper
2016-04-03Remove duplicate codeLelixSuper
2016-03-13Remove GLEW library and uncomment other GNU/Linux dependencesLelixSuper
2016-03-13Convert tabs to spaces when it is possible in Makefile filesLelixSuper
2016-03-12Raname all makefile files to "Makefile"LelixSuper
I've renamed all makefile files to "Makefile" because they appear in the first files.
2016-03-12Add a missing library for compiling on GNU/LinuxLelixSuper
I've added "-ldl" library, it's necessary to compile the project.
2016-03-12Update "libraries" and "includes" sectionLelixSuper
I've cleaned the GNU/Linux compilation, now you can compile without useless parameters.
2016-03-12Update GNU/Linux compilationLelixSuper
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.
2016-03-12Edit the default target to conform to GNU standardsLelixSuper
I've changed all default target names with 'all'. Here there is the explanation: <https://www.gnu.org/prep/standards/standards.html#Standard-Targets>.
2016-02-21Update makefilesraysan5
2015-12-31Updated makefilesraysan5
2015-01-25Fixes for makefiles, GLFW 3.1 library for LinuxConstantine Tarasenkov
2015-01-18Updated makefiles for templatesraysan5
Now support multiple platforms
2014-09-30Added required linker libsRay
2014-09-18Multiple templates to start a gameraysan5
Some basic to advance templates are provided to be use as base code for new games