diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-12 08:28:27 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-12 08:28:27 -0500 |
commit | ac52ecab5df8382b51d48a9431f672bfc502a400 (patch) | |
tree | 461471432d4233da40283f3cac12737ee35b7045 /src/Makefile | |
parent | a075f1b6c2c65570ab7b249b12efefcfcc442e95 (diff) |
world physic fixes
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index aacef57..a243846 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ -LIBS = -lGL -lSDL2 -lSDL2_image -lSDL2_mixer -lfreetype +LIBS = -lGL -lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer -lfreetype -FLAGS = -std=c++11 -I../include -I../include/freetype2 +FLAGS = -m32 -std=c++11 -I../include -I../include/freetype2 OUT = `echo "" $$(ls -c $(wildcard *.cpp)) | sed s/.cpp/.o/g | sed 's/ / ..\/out\//g'` |