
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
16 lines
412 B
Batchfile
16 lines
412 B
Batchfile
@echo off
|
|
echo Y | del src\char\*.o
|
|
echo Y | del src\char\GNUmakefile
|
|
echo Y | del src\char_sql\*.o
|
|
echo Y | del src\char_sql\GNUmakefile
|
|
echo Y | del src\common\*.o
|
|
echo Y | del src\common\GNUmakefile
|
|
echo Y | del src\login\*.o
|
|
echo Y | del src\login\GNUmakefile
|
|
echo Y | del src\login_sql\*.o
|
|
echo Y | del src\login_sql\GNUmakefile
|
|
echo Y | del src\map\*.o
|
|
echo Y | del src\map\GNUmakefile
|
|
echo Y | del *.exe
|
|
|