diff options
-rw-r--r-- | Source/Makefile.borland | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Makefile.borland b/Source/Makefile.borland index 44d2c96..7778b3e 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 |