Merge branch 'master' of git://cadel.mutabah.net/acess2
[tpg/acess2.git] / Usermode / Applications / wget / Makefile
1 # Project: wget clone
2
3 -include ../Makefile.cfg
4
5 CFLAGS += -std=gnu99
6 OBJ = main.o
7 BIN = wget
8
9 -include ../Makefile.tpl
10

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