Skip to content

Commit 4af04ce

Browse files
author
Eric Fontaine
committed
remove unnecessary Make flag
1 parent 014f6b4 commit 4af04ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ VERSION = 0.4.2
2525
CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\"
2626
CXXFLAGS += -O2 -Wall
2727
CXXFLAGS += -march=native
28-
LDLIBS += -ljack -lasound -lrt
28+
LDLIBS += -ljack
2929

3030

3131
all: jack_delay

0 commit comments

Comments
 (0)