@echo off ECHO Removing files generated by compilation ... ECHO Removing hi files ... del src\*.hi del src\Functional\*.hi del lib\DData\*.hi ECHO Removing object files ... del src\*.o del src\Functional\*.o del lib\DData\*.o ECHO Removing executable file ... del INblobs.exe ECHO Finished