diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-01 02:24:21 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-01 02:24:21 -0400 |
commit | fe0e56fb268996f59d96bd9862170c9cf5779031 (patch) | |
tree | 78fa04df0a2b486b52bb739ae7a3f6c2b8df4ede /Makefile | |
parent | 5b879ae253e71398880c7303539740be7b524ddb (diff) |
All 3 entities now play with idle functions and rendering a bit SUPER BETA
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ OBJEXT = o DEPEXT = d LIBDIR = lib -LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -ldl -lluajit -lGLEW -lGL +LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -ldl -lluajit -lGLEW -lGL -lSDL_image CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic |