Format change.

This commit is contained in:
Ian Gulliver
2016-02-17 11:00:34 -08:00
parent 2daefb44d5
commit f7bdafcfae

View File

@@ -1,6 +1,6 @@
CC ?= clang CC ?= clang
CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -fPIE -pie -fstack-protector-strong CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -fPIE -pie -fstack-protector-strong
LDFLAGS ?= $(CFLAGS) -z now -z relro LDFLAGS ?= $(CFLAGS) -Wl,-z,relro -Wl,-z,now
LIBS ?= -luuid -ljansson LIBS ?= -luuid -ljansson
all: adsbus all: adsbus