diff --git a/makefile b/makefile index 27b0855..a6b0753 100644 --- a/makefile +++ b/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