]> code.bitgloo.com Git - clyne/gamedev2.git/commitdiff
added alut to Makefile
authorClyne Sullivan <clyne@bitgloo.com>
Mon, 30 Sep 2019 18:41:09 +0000 (14:41 -0400)
committerClyne Sullivan <clyne@bitgloo.com>
Mon, 30 Sep 2019 18:41:09 +0000 (14:41 -0400)
Makefile

index dcbac2bea5f759dbf1b205c93e230104500bd3f8..8d86b408d30cff85374f87781be49f8c761ad0e5 100644 (file)
--- 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