Shelly skripta

This commit is contained in:
2024-11-09 17:55:28 +01:00
parent 68eb5c24f9
commit e6342d9c93
11 changed files with 1444 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -I. -I./include -I/opt/homebrew/include -std=c99 -Wall $(shell pkg-config --cflags jansson)
CFLAGS = -I. -I./include -I/opt/homebrew/include -I/usr/include -Wall $(shell pkg-config --cflags jansson)
SOURCES = src/main.c src/database.c mongoose.c sqlite3.c
OBJECTS = $(SOURCES:.c=.o)
TARGET = api_server