Makefile: remove space

This commit is contained in:
Robert Swiecki 2017-09-15 18:12:18 +02:00
parent e11423a08d
commit 23bb48c9de

View File

@ -27,9 +27,8 @@ COMMON_FLAGS += -O2 -c \
-Wall -Wextra -Werror \
-Ikafel/include
CFLAGS += $(COMMON_FLAGS) -std=gnu11
CFLAGS += $(COMMON_FLAGS) -std=gnu11
CXXFLAGS += $(COMMON_FLAGS) $(shell pkg-config --cflags protobuf) -std=c++11 -Wno-unused
LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie -Wl,-z,noexecstack -lpthread -lcap $(shell pkg-config --libs protobuf)
BIN = nsjail