projects
/
psmb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rudimentary subscribe/unsubscribe
[psmb.git]
/
src
/
Makefile
1
CFLAGS = -pthread -Wall -I../include
2
ARFLAGS = rcsv
3
4
LIB = libpsmb.a
5
OBJ = psmb_socket.o
6
7
all: $(LIB)
8
9
$(LIB): $(LIB)($(OBJ))
10
11
psmb_socket.o: psmb_socket.c psmb_priv.h ../include/psmb.h