X-Git-Url: https://git.llucax.com/z.facultad/66.09/etherled.git/blobdiff_plain/8023ed452d2200f35b60af35149bcc542c85efc4..HEAD:/pruebas/c/net/Makefile diff --git a/pruebas/c/net/Makefile b/pruebas/c/net/Makefile index 2658049..a9fac43 100644 --- a/pruebas/c/net/Makefile +++ b/pruebas/c/net/Makefile @@ -3,3 +3,6 @@ objs=main.o eth.o net.o ip.o udp.o main: $(objs) + +clean: + @rm -fv main $(objs)