Make examples' shebang use target tcc bindir path
commitcb2138f8b098feb1b51a407343a4b99e25d5b506
authorThomas Preud'homme <thomas.preudhomme@celest.fr>
Fri, 17 Jun 2011 22:24:47 +0000 (18 00:24 +0200)
committerThomas Preud'homme <thomas.preudhomme@celest.fr>
Fri, 17 Jun 2011 22:45:20 +0000 (18 00:45 +0200)
tree7d5478518bd141a0f3dee5ea61898b7812768325
parent3511e6e2a8b08f306cba73805fe7622a67d74fac
Make examples' shebang use target tcc bindir path

Use @BINDIR@ in shebang of examples to put the right path on the target
system. That is, use #!/usr/local/bin/tcc if tcc is installed in /usr/local/bin
and #!/usr/bin/tcc if tcc is installed in /usr/bin/tcc.
Makefile
README
examples/ex1.c.template [moved from examples/ex1.c with 74% similarity, mode: 0644]
examples/ex4.c.template [moved from examples/ex4.c with 92% similarity, mode: 0644]