diff --git a/Makefile b/Makefile index eba3e9c..32243b8 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ PREFIX = /usr/local BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/share/man -CFLAGS = -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -LDFLAGS = -lssl -lcrypto -lev -L/usr/local/lib +CFLAGS += -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include +LDFLAGS += -lssl -lcrypto -lev -L/usr/local/lib OBJS = stud.o ringbuffer.o configuration.o all: realall