Upgrade build system

This commit is contained in:
Laurence Withers 2008-12-20 22:36:28 +00:00
commit 2d51d09c83
6 changed files with 108 additions and 100 deletions

View file

@ -17,7 +17,7 @@ int main(int argc, char* argv[])
int ret = 0;
if(argc == 2 && !strcmp(argv[1], "--print-summary")) {
printf("One line summary.\n");
fputs("One line summary.\n", stdout);
return 0;
}