summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-17 20:19:51 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-17 20:19:51 +0100
commitd9ace12fee24965baf6cf065691ed99c0d229ab1 (patch)
tree368705985079f432a17a4275867db03de7a601b5 /Makefile
parent641df30129ed241cda2440280b5282410d5ee5b3 (diff)
Detect MIDI port
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)