GLdc/GL
Ben Baron 0beaba5aeb Fixed Makefile GL/version.h (echo -e to printf)
The `echo -e` command is non-standard, and ends up printing a -e at the top of the version.h file. Switching it to `printf` works correctly and is the "correct" command to work in all shells.

I also removed the GL/version.h file from the git cache, as it's in .gitignore but seems to have been accidentally checked in.
2020-04-05 13:47:32 -05:00
..
clip.c Fix clipping 2020 2020-04-03 19:12:42 +00:00
config.h
draw.c Fix clipping 2020 2020-04-03 19:12:42 +00:00
error.c
flush.c
fog.c
framebuffer.c
glu.c
immediate.c
lighting.c
matrix.c
private.h Fix clipping 2020 2020-04-03 19:12:42 +00:00
profiler.c
profiler.h
sh4_math.h
state.c Implement glClearDepth 2020-03-24 13:58:44 +00:00
texture.c
util.c