git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/wget - Fixed divide-by-zero in streamToFile
[tpg/acess2.git]
/
Usermode
/
Applications
/
wget_src
/
Makefile
1
# Project: wget clone
2
3
-include ../Makefile.cfg
4
5
CFLAGS += -std=gnu99
6
LDFLAGS += -lnet -lpsocket -luri
7
OBJ = main.o
8
BIN = wget
9
10
-include ../Makefile.tpl
11
UCC
git Repository :: git.ucc.asn.au