aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-10 08:38:30 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-10 08:38:30 -0500
commita075f1b6c2c65570ab7b249b12efefcfcc442e95 (patch)
tree5d8a933505b31e3da8071f15f30240bb5828d925 /Makefile
parentb0f7e8d2caa72ab1fe93fa58dbfa841750d96037 (diff)
Added spawn world
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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