aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2016-06-16Added support for OpenGL 2.1Ray
2016-06-07Converted GLAD to header onlyraysan5
2016-06-06Fix mistake in MakefileLelixSuper
2016-06-06Reorganize external libraries - BREAKING CHANGE -Ray
Moved all external libraries used by raylib to external folder inside raylib src. Makefile has already been update and also the different includes in raylib modules.
2016-06-01Ignore invalid warningraysan5
2016-04-06Fix Makefile filesLelixSuper
I've added .PHONY targets and fixed "clean" recipe.
2016-04-03Fix cleaning recipies for GNU/LinuxLelixSuper
2016-04-03Remove recipes of GLEW from Makefile (not used any more)LelixSuper
2016-03-12Raname all makefile files to "Makefile"LelixSuper
I've renamed all makefile files to "Makefile" because they appear in the first files.