m6809-computer-tools:dload-server.git
9 years agodload.c: Explicit declare functions returning void
Tormod Volden [Sun, 10 Feb 2013 14:18:51 +0000 (15:18 +0100)]
dload.c: Explicit declare functions returning void

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
9 years agodload.c: Include stdlib.h and add exit return value
Tormod Volden [Sun, 10 Feb 2013 14:14:10 +0000 (15:14 +0100)]
dload.c: Include stdlib.h and add exit return value

Also fix argc type in main() and its return type.

This makes gcc happy.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
9 years agomakebin.c: Include stdlib.h and return non-zero on error
Tormod Volden [Sun, 10 Feb 2013 20:22:46 +0000 (21:22 +0100)]
makebin.c: Include stdlib.h and return non-zero on error

Also declare main() as returning int.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
9 years agoSimplify Makefile
Tormod Volden [Sun, 10 Feb 2013 20:20:42 +0000 (21:20 +0100)]
Simplify Makefile

"make" is smart enough to know what to do using its
implicit rules. This also makes it easier to overrule
standard variables like CC and CFLAGS on the make
command line.

Also add a "clean" target.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
9 years agoUpdate README file with Bryan's newer URL
Tormod Volden [Mon, 19 Aug 2013 22:56:19 +0000 (00:56 +0200)]
Update README file with Bryan's newer URL

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
10 years agoInitial import of gcc-coco-util-0.1.tar.gz
Tormod Volden [Sun, 10 Feb 2013 14:13:14 +0000 (15:13 +0100)]
Initial import of gcc-coco-util-0.1.tar.gz

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>