From 4e038ef82b626b47adf9e28531235cdca9066be7 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 28 Apr 2006 01:10:00 +0000 Subject: STR #1169: Fixed 'make distclean' to remove binaries inside MacOS app packages git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5040 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 3aa9463a9..12d23d6b2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -173,6 +173,8 @@ include makedepend clean: -$(RM) $(ALL) $(GLALL) core -$(RM) *.o core.* *~ *.bck *.bak + -$(RM) checkers.app/Contents/MacOS/checkers + -$(RM) sudoku.app/Contents/MacOS/sudoku install: echo "Installing example programs to $(DESTDIR)$(docdir)/examples..." -- cgit v1.2.3