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:
Loic Coenen
2026-05-01 14:37:47 +00:00
parent b66b37c767
commit 2ef21cdadd

View File

@@ -4,7 +4,7 @@ LDFLAGS = -ljack -lm -lncurses
all: jack-looper test_engine test_tui test_gui test_cli 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) $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
test_engine: test_engine.o engine.o test_engine: test_engine.o engine.o