aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2019-09-30 15:13:37 -0400
committerClyne Sullivan <clyne@bitgloo.com>2019-09-30 15:13:37 -0400
commit7919f7f69b0abd54a6df92f34e1392b84dae3669 (patch)
treeffe5d34abcd09f243c1d5e77b4bb41f282119cdb /Makefile
parentdf47acd471fde2e837b7c90dfeadc6a77c643f5c (diff)
created base audiosystem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d86b40..357d7ff 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 -lalut
+ -lSDL2_image -lSOIL -lfreetype -lopenal -lalut
CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic \
-Wno-class-memaccess -Wno-implicit-fallthrough -m64