diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-29 08:27:48 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-29 08:27:48 -0400 |
commit | 25a7edb26f8d4965172b85b5eef12d3ec3e7ee3d (patch) | |
tree | 4e9484deba4a177094f3636e8cd3c9e0b044a508 /Makefile | |
parent | babd5e5596cefc7b2e15825976e084591f275d6f (diff) |
birb
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ CC = gcc CXX = g++ ifeq ($(TARGET_OS),linux) - LIBS = -Llib -lgif -llua -lentityx -lpthread -lGL -lGLEW -lfreetype \ + LIBS = -Llib -lgif -llua5.3 -lentityx -lpthread -lGL -lGLEW -lfreetype \ -lSDL2 -lSDL2_image -lSDL2_mixer -lSDL2main endif ifeq ($(TARGET_OS),win32) @@ -13,7 +13,7 @@ ifeq ($(TARGET_OS),win32) endif CXXFLAGS = -ggdb -m$(TARGET_BITS) -std=c++17 -fext-numeric-literals -CXXINC = -Iinclude -Iinclude/freetype -I. +CXXINC = -Iinclude -Iinclude/freetype -Iinclude/lua -I. CXXWARN = -Wall -Wextra -Werror -pedantic CXXSRCDIR = src |