brewco/Makefile

changeset 447
b48368855ec4
parent 446
78e9d5234d15
child 451
2247970de278
equal deleted inserted replaced
446:78e9d5234d15 447:b48368855ec4
3 include ../Makefile.global 3 include ../Makefile.global
4 4
5 SRCS = $(wildcard *.c) 5 SRCS = $(wildcard *.c)
6 HDRS = $(wildcard *.h) 6 HDRS = $(wildcard *.h)
7 OBJS = $(SRCS:.c=.o) 7 OBJS = $(SRCS:.c=.o)
8 SLIBS = -lpthread 8 SLIBS = -lpthread -lz
9 TARGET = brewco 9 TARGET = brewco
10 OTHER = Makefile 10 OTHER = Makefile
11 11
12 ############################################################################# 12 #############################################################################
13 13

mercurial