From a075f1b6c2c65570ab7b249b12efefcfcc442e95 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Tue, 10 Nov 2015 08:38:30 -0500 Subject: Added spawn world --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bbeff1e..7a7a868 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -LIBS = -lGL -lGLEW -lSDL2main -lSDL2 -lfreetype -lSDL2_image -lSDL2_mixer +LIBS = -lGL -lGLEW -lSDL2 -lfreetype -lSDL2_image -lSDL2_mixer WIN_LIBS = -lopengl32 -lglew32 -lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer -lfreetype -FLAGS = -m32 -std=c++11 -Iinclude -Iinclude/freetype2 +FLAGS = -std=c++11 -Iinclude -Iinclude/freetype2 all: @rm -f out/*.o -- cgit v1.2.3