diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-08 08:42:20 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-08 08:42:20 -0500 |
commit | 82c75b0a97eba2f78206d3b97d47eaa580a82f0c (patch) | |
tree | 90116b676fc5b8cef16fbea8b07c4951dd645ea4 /Makefile | |
parent | 02419534e3a0753abc74d8d15b1dc8ac0e3b31a7 (diff) |
world lighting fixed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ ifeq ($(TARGET_OS),win32) endif CXXFLAGS = -m$(TARGET_BITS) -std=c++14 -CXXINC = -Iinclude -Iinclude/freetype2 +CXXINC = -Iinclude -Iinclude/freetype CXXWARN = -Wall -Wextra -Werror -pedantic-errors CXXSRCDIR = src |