beautified
This commit is contained in:
parent
bf543f3f03
commit
a85bd67541
@ -5,13 +5,13 @@ sha256.c \
|
|||||||
sink20169.c \
|
sink20169.c \
|
||||||
logging.c
|
logging.c
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
VERSION := $(shell git rev-parse --short=8 HEAD)
|
VERSION := $(shell git rev-parse --short=8 HEAD)
|
||||||
UNAME_S := $(shell uname -s)
|
UNAME_S := $(shell uname -s)
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = $(shell pkg-config --cflags libpq libconfig) -I. -Wall -Werror -std=c99 -D$(UNAME_S)=1 -DVERSION="\"$(VERSION)\""
|
CFLAGS = $(shell pkg-config --cflags libpq libconfig) -I. \
|
||||||
|
-Wall -Werror -std=c99 \
|
||||||
|
-D$(UNAME_S)=1 -DVERSION="\"$(VERSION)\""
|
||||||
LDFLAGS = $(shell pkg-config --libs libpq libconfig)
|
LDFLAGS = $(shell pkg-config --libs libpq libconfig)
|
||||||
TARGET = sink20169
|
TARGET = sink20169
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user