@call make clean @call make @echo off IF EXIST main.o GOTO OKAY ECHO ********* Error ******** GOTO ENDIT :OKAY siocons auto GOTO ENDIT :ENDIT @echo on