diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-17 20:19:51 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-17 20:19:51 +0100 |
commit | d9ace12fee24965baf6cf065691ed99c0d229ab1 (patch) | |
tree | 368705985079f432a17a4275867db03de7a601b5 /Makefile | |
parent | 641df30129ed241cda2440280b5282410d5ee5b3 (diff) |
Detect MIDI port
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |