16 lines
427 B
Batchfile
16 lines
427 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
|
|
|