linwload: linwload.o hexfile.o rs232.o wload.o
	gcc -g -o linwload linwload.o hexfile.o rs232.o wload.o
linwload.o: linwload.c linwload.h
	gcc -g -c linwload.c
rs232.o: rs232.c linwload.h
	gcc -g -c rs232.c
wload.o: wload.c linwload.h
	gcc -g -c wload.c
hexfile.o: hexfile.c linwload.h
	gcc -g -c hexfile.c
