| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Use /usr/bin/env to make ex1.c and ex4.c on any systems, wherever is
installed tcc.
|
| |
|
|
| |
This reverts commit cb2138f8b098feb1b51a407343a4b99e25d5b506.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
This fixes commit 197a6acb30940068d1dc3d0fa53c9f0863309885
which fixed commit 95b9a477b6743004e0e9bf728b25bf63d2908777
Also remove useless example files
|
| | |
|
| | |
|
| |
|