fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.44k stars 1.39k forks source link

Repeat of tinythread.c #195

Open LdB-ECM opened 6 years ago

LdB-ECM commented 6 years ago

You have the same file repeated twice,

deps\glfw\deps\tinycthread.c deps\tinycthread\tinycthread.c

It's pointless and makes setting up a new makefile system problematic as to which you will keep going forward