diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-13 08:49:37 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-13 08:49:37 -0500 |
commit | 5b41789c0e129c1e276917ef91ed53a1559cf31b (patch) | |
tree | db16627d239cda95cdbf9e3a597113bc996805d5 /src/Makefile | |
parent | 180733d411b0844e878574e4c9f9b34690510367 (diff) | |
parent | a32339dc700759ab44a360953c9c24d009b11ecc (diff) |
major font fixes
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index a243846..972edcb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -LIBS = -lGL -lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer -lfreetype +LIBS = -lGL -lSDL2 -lSDL2_image -lSDL2_mixer -lfreetype FLAGS = -m32 -std=c++11 -I../include -I../include/freetype2 |