From df47acd471fde2e837b7c90dfeadc6a77c643f5c Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 30 Sep 2019 14:41:09 -0400 Subject: added alut to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3