diff --git a/Source/Makefile.borland b/Source/Makefile.borland index 44d2c9602..7778b3e6c 100644 --- a/Source/Makefile.borland +++ b/Source/Makefile.borland @@ -45,3 +45,5 @@ ccommand.exe: ccommand.obj cmSystemTools.obj cmRegularExpression.obj +clean: + del ${OBJS} cmake.exe ccommand.exe