index
:
tuxanci.git
master
Archive of the old Tuxánci repository from 2008 to 2011
Connor Thomson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net_unix
/
Makefile
blob: 648ca88d7a01273333bb87659121c0ff764fd912 (
plain
)
1
2
3
4
5
6
7
8
9
all: udp.o udp.o: udp.c udp.h $(CC) $(CFLAGS) -o udp.o -c udp.c clean: rm -rf *.o