git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
AcessNative/nativefs - Fixed memory leak due to Close() not being bound
[tpg/acess2.git]
/
Usermode
/
Libraries
/
libnet.so_src
/
Makefile
1
# Acess 2 - Networking Helpers
2
3
include ../Makefile.cfg
4
5
CPPFLAGS +=
6
CFLAGS += -Wall
7
LDFLAGS += -lc -soname libnet.so
8
9
OBJ = main.o address.o socket.o
10
BIN = libnet.so
11
12
include ../Makefile.tpl
UCC
git Repository :: git.ucc.asn.au