all:udps udpcudps:udpserv.c gcc -Wall -o udps udpserv.cudpc:udpclient.c gcc -Wall -o udpc udpclient.cclean: rm udpc udps