drop influxdb related code
This commit is contained in:
@ -14,7 +14,7 @@ VERSION := $(shell git rev-parse --short=8 HEAD)
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = $(C_INCLUDES) -Wall -Werror -std=c99 -DVERSION="\"$(VERSION)\""
|
||||
LDFLAGS = -lconfig -lcurl -lpq
|
||||
LDFLAGS = -lconfig -lpq
|
||||
TARGET = sink20169
|
||||
|
||||
UNAME_S := $(shell uname -s)
|
||||
|
Reference in New Issue
Block a user