summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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>
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>
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>
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>
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>
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>