From d9ace12fee24965baf6cf065691ed99c0d229ab1 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 17 Jan 2025 20:19:51 +0100 Subject: Detect MIDI port --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3