makefile
```makefile <<<<<<< SEARCH all: jack-looper test_engine test_tui test_gui ======= all: jack-looper test_engine test_tui >>>>>>> REPLACE ``` Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
2
makefile
2
makefile
@@ -2,7 +2,7 @@ CC = gcc
|
|||||||
CFLAGS = -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200809L
|
CFLAGS = -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200809L
|
||||||
LDFLAGS = -ljack -lm -lncurses
|
LDFLAGS = -ljack -lm -lncurses
|
||||||
|
|
||||||
all: jack-looper test_engine test_tui test_gui
|
all: jack-looper test_engine test_tui
|
||||||
|
|
||||||
jack-looper: main.o engine.o tui.o
|
jack-looper: main.o engine.o tui.o
|
||||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user