9 lines
416 B
Batchfile
9 lines
416 B
Batchfile
@echo off
|
|
echo Y|del up\*.*
|
|
node premake.js
|
|
set dat=%date:~8,2%%date:~3,2%%date:~0,2%%time:~0,2%%time:~3,2%
|
|
git commit -a -m "‘¡®àª %dat%"
|
|
git push
|
|
"C:\Program Files (x86)\Tibbo\TIDE\Bin\tmake.exe" -r -p "C:\Program Files (x86)\Tibbo\TIDE\Platforms" KSM-Line-2.2_tpp2.tpr
|
|
"C:\Program Files (x86)\Tibbo\TIDE\Bin\tmake.exe" -r -p "C:\Program Files (x86)\Tibbo\TIDE\Platforms" KSM-Line-2.2_tpp3.tpr
|
|
call postmake.cmd |