brewco/Makefile

changeset 447
b48368855ec4
parent 446
78e9d5234d15
child 451
2247970de278
--- a/brewco/Makefile	Sat Dec 05 21:46:22 2015 +0100
+++ b/brewco/Makefile	Sun Dec 06 12:34:44 2015 +0100
@@ -5,7 +5,7 @@
 SRCS		= $(wildcard *.c)
 HDRS		= $(wildcard *.h)
 OBJS		= $(SRCS:.c=.o)
-SLIBS		= -lpthread
+SLIBS		= -lpthread -lz
 TARGET		= brewco
 OTHER		= Makefile
 

mercurial