Don't ignore errors when building executable
parent
953b896d86
commit
e9ef698710
|
@ -34,9 +34,9 @@ debug: all
|
|||
%-shared: CFLAGS+=-pthread
|
||||
%-shared: LIBS+=-lpthread
|
||||
|
||||
# try to build the libevent server. "|| true" ignores the error return.
|
||||
# try to build the libevent server
|
||||
server-dtls13-event: server-dtls13-event.c
|
||||
$(CC) -o $@ $< $(CFLAGS) $(LIBS) -levent || true
|
||||
$(CC) -o $@ $< $(CFLAGS) $(LIBS) -levent
|
||||
|
||||
# build template
|
||||
%: %.c
|
||||
|
|
Loading…
Reference in New Issue