blob: 859dc294bc09f6cca9ee9dc6a623a949fd0d1e35 (
plain) (
blame)
1
2
3
4
5
|
@echo off
if not exist ter-font.rc exit /b 1
if not exist ter-main.c exit /b 1
echo rm -f *.bdf *.fnt *.txt ter-*.o terminus.fon fcpw.exe
for %%i in (*.bdf *.fnt *.txt ter-*.o terminus.fon fcpw.exe) do if exist %%i del /q %%i
|