Added include <sys/socket.h> to lib.c after discussion on commit-mailing-list.

Fixed comments.
Fixed Makefile (remove all *.o files / added empty line at end of file).
This commit is contained in:
Oliver Hartkopp
2006-10-31 10:41:21 +00:00
parent 99a3bba852
commit 50e8c467af
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -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
cansend: cansend.o lib.o