fix: add dispatcher.o to jack-looper build target

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-02 14:40:45 +00:00
parent 63b37aec60
commit 24f1cec191

View File

@@ -4,7 +4,7 @@ LDFLAGS = -ljack -lm -lncurses -lpthread
all: jack-looper test_engine test_tui test_gui test_cli test_stress test_wav_io all: jack-looper test_engine test_tui test_gui test_cli test_stress test_wav_io
jack-looper: main.o engine.o tui.o gui.o cli.o transport.o lib/microui.o wav_io.o jack-looper: main.o engine.o tui.o gui.o cli.o transport.o dispatcher.o lib/microui.o wav_io.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
test_engine: test_engine.o engine.o transport.o wav_io.o test_engine: test_engine.o engine.o transport.o wav_io.o