organize header files into include directory

This commit is contained in:
talksik
2025-07-27 14:51:42 -07:00
parent 9ca1f8273c
commit 8c1596aad8
8 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
main
.cache
+1 -1
View File
@@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -Wall -g
CFLAGS = -Wall -g -Iinclude
TARGET = main
SRC = main.c deepgram_client.c utils.c intelligence.c audio.c
LIBS = -lavdevice -lavformat -lavcodec -lavutil -lasound -lcurl
Binary file not shown.
Binary file not shown.