organize header files into include directory
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
main
|
||||||
|
.cache
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -Wall -g
|
CFLAGS = -Wall -g -Iinclude
|
||||||
TARGET = main
|
TARGET = main
|
||||||
SRC = main.c deepgram_client.c utils.c intelligence.c audio.c
|
SRC = main.c deepgram_client.c utils.c intelligence.c audio.c
|
||||||
LIBS = -lavdevice -lavformat -lavcodec -lavutil -lasound -lcurl
|
LIBS = -lavdevice -lavformat -lavcodec -lavutil -lasound -lcurl
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user