summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 784ac8f..6ddcd52 100644
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,10 @@ ifndef OS
OS:=$(shell uname -s)
endif
-ifdef NOGL
-LIBS=sdl
-else
ifeq ($(OS),Darwin)
-LIBS=sdl glew
+LIBS=sdl2 glew
else
-LIBS=sdl glew gl
-endif
+LIBS=sdl2 glew gl
endif
ifdef DEBUG