brewco/Makefile

changeset 458
43a8ecb53637
parent 451
2247970de278
child 459
1f88be70f253
equal deleted inserted replaced
457:24a34b7a693d 458:43a8ecb53637
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 -lz 8 SLIBS = -lpthread -lz -lrt
9 TARGET = brewco 9 TARGET = brewco
10 OTHER = Makefile 10 OTHER = Makefile
11 11
12 ############################################################################# 12 #############################################################################
13 13

mercurial