diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-17 22:21:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-17 22:21:52 -0400 |
commit | d79f4a7f4b5aff5931ef86edd2537ef5e3620fd4 (patch) | |
tree | 2ad2d8a9ed9ffee36474fb111f4654511f0717b4 /Makefile | |
parent | 03246da32a8452e6a76ccf2f7f97cda4472d1d29 (diff) |
arrow rotation... kinda
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 = -ggdb -m$(TARGET_BITS) -std=c++17 -fext-numeric-literals -CXXINC = -Iinclude -Iinclude/freetype -Iinclude/lua -I. +CXXINC = -Iinclude -Iinclude/freetype -I. CXXWARN = -Wall -Wextra -Werror -pedantic CXXSRCDIR = src |