adding curl call to reading server
This commit is contained in:
@@ -3,8 +3,8 @@ DEBUG_DIR := build/Debug
|
||||
BIN_DEBUG_DIR := bin/Debug
|
||||
RELEASE_DIR := build/Release
|
||||
BIN_RELEASE_DIR := bin/Release
|
||||
CFLAGS += $(shell pkg-config --cflags json-c)
|
||||
LDFLAGS += $(shell pkg-config --libs json-c)
|
||||
CFLAGS += $(shell pkg-config --cflags json-c libcurl)
|
||||
LDFLAGS += $(shell pkg-config --libs json-c libcurl)
|
||||
|
||||
debug:
|
||||
gcc -Wall -fPIC -pg -g -c src/bme280/bme280.c -o $(DEBUG_DIR)/bme280.o -std=${STANDARD} ${LDFLAGS}
|
||||
|
||||
Reference in New Issue
Block a user