diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | test/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ CHANGES IN FLTK 1.1.8 STR #1457, STR #1458, STR #1460, STR #1481, STR #1578, STR #1639, STR #1645, STR #1644) - Allowing shortcuts in Tabs (STR #1652) - - Fixed Makefile "make clean" (STR #1642, STR #1643) + - Fixed Makefile "make clean" (STR #1642, STR #1643, STR #1641) - The sample RPM spec file now enables large file support and threading support (STR #1603) - Changed minimum contrast between background and text to diff --git a/test/Makefile b/test/Makefile index 8908a64f4..0da4908dd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -185,6 +185,7 @@ clean: $(RM) resize.cxx $(RM) tabs.cxx $(RM) valuators.cxx + $(RM) blocks.app/Contents/MacOS/blocks $(RM) checkers.app/Contents/MacOS/checkers $(RM) sudoku.app/Contents/MacOS/sudoku |
