Upgrade build system
This commit is contained in:
parent
1fc5324e73
commit
81564487a4
12 changed files with 55 additions and 35 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue