diff --git a/Makefile b/Makefile index 7712279..20633d8 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ endif ifeq ($(OS), Darwin) LDFLAGS += -L /opt/homebrew/Cellar/lib -L /usr/local/Cellar -lSDL2 - CXXFLAGS += -I /opt/homebrew/Cellar/include -I /usr/local/Cellar + INCLUDES += -I /opt/homebrew/Cellar/include -I /usr/local/Cellar NAME = libmlx.dylib endif