diff -r 24a34b7a693d -r 43a8ecb53637 brewco/Makefile --- a/brewco/Makefile Sat Dec 12 21:47:04 2015 +0100 +++ b/brewco/Makefile Sat Dec 12 22:17:25 2015 +0100 @@ -5,7 +5,7 @@ SRCS = $(wildcard *.c) HDRS = $(wildcard *.h) OBJS = $(SRCS:.c=.o) -SLIBS = -lpthread -lz +SLIBS = -lpthread -lz -lrt TARGET = brewco OTHER = Makefile