Shelly skripta
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user