Revert "Make examples' shebang use target tcc bindir path"

This reverts commit cb2138f8b0.
This commit is contained in:
Thomas Preud'homme
2011-07-07 12:14:08 +02:00
parent 4d6a4a26e0
commit 571465d32b
4 changed files with 7 additions and 14 deletions

3
README
View File

@ -65,8 +65,7 @@ operations given a list of numbers (benchmark).
ex3.c: compute fibonacci numbers (benchmark).
ex4.c: more complicated: X11 program. Very complicated test in fact
because standard headers are being used ! As for ex1.c, can also be launched
directly as a script: './ex4.c'.
because standard headers are being used !
ex5.c: 'hello world' with standard glibc headers.