Added include <sys/socket.h> to lib.c after discussion on commit-mailing-list.
[profile/ivi/can-utils.git] / Makefile
index 558587a..11fa7a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,11 +48,11 @@ PROGRAMS = candump can-sniffer cansend
 all: $(PROGRAMS)
 
 clean:
-       rm -f $(PROGRAMS)
+       rm -f $(PROGRAMS) *.o
 
 distclean:
        rm -f $(PROGRAMS) *~
 
 cansend.o: lib.h
 
-cansend: cansend.o lib.o
\ No newline at end of file
+cansend: cansend.o lib.o