drop influxdb related code

This commit is contained in:
2021-04-28 11:46:42 +02:00
parent 6897806607
commit 9e84d5ead5
2 changed files with 2 additions and 134 deletions

View File

@ -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)