This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#!/usr/bin/env tbuild |
| 2 |
|
| 3 |
#Clang obj main.o main.c |
| 4 |
#Clang exe tbuild {main.o} -ltcl8.5 |
| 5 |
|
| 6 |
Clang exe tbuild {main.c} -ltcl8.5 |