index
:
tuxanci2.git
master
mob
A First Person Shooter
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