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 @@
#! /usr/local/bin/tcc -run
#include <tcclib.h>
int main()
int main()
{
printf("Hello World\n");
return 0;