organize audio and intelligence modules
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CC = gcc
|
||||
CFLAGS = -Wall -g
|
||||
TARGET = audio_capture
|
||||
SRC = audio_capture.c deepgram_client.c utils.c
|
||||
TARGET = main
|
||||
SRC = main.c deepgram_client.c utils.c intelligence.c audio.c
|
||||
LIBS = -lavdevice -lavformat -lavcodec -lavutil -lasound -lcurl
|
||||
|
||||
$(TARGET): $(SRC)
|
||||
|
||||
Reference in New Issue
Block a user