Correct counts for flushing reply packets
This commit is contained in:
parent
e1e8305195
commit
2fa9314d01
2 changed files with 13 additions and 7 deletions
3
Makefile
3
Makefile
|
|
@ -7,7 +7,8 @@ DEP = $(subst .cpp,.d,$(SRC))
|
|||
# The -M* switches automatically generate .d dependency files
|
||||
CPPFLAGS += -MP -MMD $(INCDIRS)
|
||||
|
||||
LDLIBS = -ljack -lrtmidi -lusb-1.0
|
||||
# LDLIBS = -ljack -lrtmidi -lusb-1.0
|
||||
LDLIBS = -lrtmidi -lusb-1.0
|
||||
|
||||
BIN = mustang_midi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue