cleanup.bat 233 Bytes
Newer Older
陈家乐's avatar
陈家乐 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@echo off

if exist ghs_multi (
    cd ghs_multi
    call cleanup.bat
    cd..
)

if exist iar_ewarm (
    cd iar_ewarm
    call cleanup.bat
    cd..
)

if exist eclipse_gnuarm (
    cd eclipse_gnuarm
    call cleanup.bat
    cd..
)