From efec4f7b42b12d4765da5a886fcf2c5279c8caaf Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Sat, 31 Aug 2019 23:36:23 -0400 Subject: Makefile updated to support OpenGL and GLEW --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ce5b043..79c55b9 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ OBJEXT = o DEPEXT = d LIBDIR = lib -LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -ldl -lluajit +LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -ldl -lluajit -lGLEW -lGL CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic @@ -63,7 +63,7 @@ clean: @$(RM) -rf $(OUTDIR) cleaner: clean - @$(RM) -rf $(EXECDIR) +#@$(RM) -rf $(EXECDIR) $(EXEC): $(CXXOBJ) @echo " CXX " $(EXEC) -- cgit v1.2.3