summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cb4c9d..70a1928 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ OBJS=$(SRCS:.cpp=.o)
CXX=clang++
CXXFLAGS=-Wall -g -O2 -fPIC -std=c++20
-CXXLIBS=-lfcgi -lreichwein -lfmt
+CXXLIBS=-lfcgi -lreichwein -lfmt -lasound
all: $(TARGET)