This commit is contained in:
bellard
2003-04-13 21:56:00 +00:00
parent fe7bcdef6b
commit 3bbcd30776
3 changed files with 23 additions and 17 deletions

2
README
View File

@ -21,7 +21,7 @@ Features:
- Compile and execute C source directly. No linking or assembly
necessary. Full C preprocessor included.
- C script supported : just add '#!/usr/local/bin/tcc' at the first
- C script supported : just add '#!/usr/local/bin/tcc -run' at the first
line of your C source, and execute it directly from the command
line.