fix: add missing cli.o to jack-looper link target
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
2
makefile
2
makefile
@@ -4,7 +4,7 @@ LDFLAGS = -ljack -lm -lncurses
|
||||
|
||||
all: jack-looper test_engine test_tui test_gui test_cli
|
||||
|
||||
jack-looper: main.o engine.o tui.o gui.o lib/microui.o
|
||||
jack-looper: main.o engine.o tui.o gui.o cli.o lib/microui.o
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
test_engine: test_engine.o engine.o
|
||||
|
||||
Reference in New Issue
Block a user