update tiny c runtime library
[ti-x.git] / config.mak
blob4a696475699917cc437bc0c21d5f5cee5c29dc22
1 # config
2 IS_CONFIG = yes
4 # architecture
5 PLAT = linux_x86
7 # host
8 HOST = linux
10 # root
11 PRO_DIR = /home/enrich2/projects/personal/ti-x
13 # export
14 export PLAT
15 export HOST
16 export PRO_DIR