brewco/Makefile

changeset 458
43a8ecb53637
parent 451
2247970de278
child 459
1f88be70f253
--- 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
 

mercurial