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