fix: add missing source files to build
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
2
makefile
2
makefile
@@ -2,7 +2,7 @@ CC ?= gcc
|
|||||||
CFLAGS ?= -Wall -Wextra -g -Isrc
|
CFLAGS ?= -Wall -Wextra -g -Isrc
|
||||||
LDFLAGS ?= -ljack -lm
|
LDFLAGS ?= -ljack -lm
|
||||||
|
|
||||||
SRC = src/main.c src/looper.c src/channel.c src/midi.c
|
SRC = src/main.c src/looper.c src/channel.c src/midi.c src/queue.c src/pipe.c
|
||||||
OBJ = $(SRC:.c=.o)
|
OBJ = $(SRC:.c=.o)
|
||||||
|
|
||||||
looper: $(OBJ)
|
looper: $(OBJ)
|
||||||
|
|||||||
Reference in New Issue
Block a user