Upgrade build system

This commit is contained in:
Laurence Withers 2007-05-22 09:56:52 +00:00
commit 81564487a4
12 changed files with 55 additions and 35 deletions

View file

@ -1,6 +1,6 @@
/* libiso8601/src/tests/???.c
*
* (c)2006, Laurence Withers, <l@lwithers.me.uk>.
* (c)2007, Laurence Withers, <l@lwithers.me.uk>.
* Released under the GNU GPLv2. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/
@ -22,10 +22,10 @@ int main(int argc, char* argv[])
}
if(argc == 1) {
// empty argument list
/* empty argument list */
}
// TODO
/* TODO */
return ret;
}