X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=Makefile;h=2b51ba5495f13a6b22e437e7d3e7a2a069cfdd49;hp=9d58c2839b9d256326df68e208f87646956b0e39;hb=9814ad553986bcb149ebdc97de9100ba0b430443;hpb=e1b1bb6bffa1e8975f0198f4f2a45fc0e1dd9464 diff --git a/Makefile b/Makefile index 9d58c28..2b51ba5 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,5 @@ OBJS = stream receive datagram all: $(OBJS) -uninstall: +clean: rm $(OBJS)