fix makefiles etc for subdirs

This commit is contained in:
grischka
2009-04-18 14:31:35 +02:00
parent ea5e81bd6a
commit 5829791ffa
13 changed files with 325 additions and 284 deletions

View File

@ -1,7 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
int main()
int main()
{
printf("Hello World\n");
return 0;