diff --git a/Makefile b/Makefile index 1970eb6..f5678a0 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ ifeq ($(WINDOWS),1) GLLIBS := -lopengl32 -lglu32 WINDOWSLIBS := -lmingw32 TARGET := $(TARGET).exe +CC := gcc else GLLIBS := -lGL -lGLU endif