#CFLAGS=-std=c99 objs=main.o eth.o net.o ip.o udp.o main: $(objs) clean: @rm -fv main $(objs)