From: Clyne Sullivan Date: Mon, 30 Sep 2019 18:41:09 +0000 (-0400) Subject: added alut to Makefile X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=df47acd471fde2e837b7c90dfeadc6a77c643f5c;p=clyne%2Fgamedev2.git added alut to Makefile --- diff --git a/Makefile b/Makefile index dcbac2b..8d86b40 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ DEPEXT = d LIBDIR = lib LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -lluajit -ldl -lGLEW -lGL \ - -lSDL2_image -lSOIL -lfreetype + -lSDL2_image -lSOIL -lfreetype -lalut CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic \ -Wno-class-memaccess -Wno-implicit-fallthrough -m64