diff --git a/Makefile b/Makefile index 97854f2..f1cee3a 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ $(BUILD_DIR)/$(TARGET): forge-steel/src/main.c forge-steel/hashmap.c/hashmap.c f -DLOG_USE_COLOR \ -DVERSION=\"$(VERSION)\" \ -DOPENGL_MAJOR_VERSION=3 \ - -DOPENGL_MINOR_VERSION=2 \ + -DOPENGL_MINOR_VERSION=1 \ -o build/$(TARGET) \ -O3