ARCH=native - Fix compilation on newer compilers (link order)
[tpg/acess2.git] / Usermode / Applications / wget_src / Makefile
1 # Project: wget clone
2
3 -include ../Makefile.cfg
4
5 CFLAGS += -std=gnu99
6 LIBS += -lnet -lpsocket -luri
7
8 OBJ = main.o
9 BIN = wget
10
11 -include ../Makefile.tpl
12

UCC git Repository :: git.ucc.asn.au