aboutsummaryrefslogtreecommitdiff
path: root/examples/ex1.c.template
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Make examples' shebang use target tcc bindir path"Thomas Preud'homme2011-07-071-8/+0
| | | | This reverts commit cb2138f8b098feb1b51a407343a4b99e25d5b506.
* Make examples' shebang use target tcc bindir pathThomas Preud'homme2011-06-181-0/+8
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.