aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-05-09 09:40:59 -0400
committerClyne Sullivan <clyne@bitgloo.com>2020-05-09 09:40:59 -0400
commitf461087223a80cd06619517e355690654f406d63 (patch)
treea5f5d573bec36f63284438c72157699f3a8fed98 /Makefile
parent1c52ee2e02bc3c09e7cac3b20c81c910b7151144 (diff)
parent3fb5e6b1eca24e536f8ab1130a7e4bd9c418fa41 (diff)
Merge branch 'audio'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dcbac2b..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
+ -lSDL2_image -lSOIL -lfreetype -lopenal -lalut
CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic \
-Wno-class-memaccess -Wno-implicit-fallthrough -m64