summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f98f34c3b..a70196334 100644
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,9 @@ distclean: clean
$(RM) test/`basename $$file .fl`.cxx; \
$(RM) test/`basename $$file .fl`.h; \
done
+ $(RM) -r ide/Xcode3/build
+ $(RM) ide/Xcode3/FLTK.xcodeproj/*.pbxuser
+ $(RM) ide/Xcode3/FLTK.xcodeproj/*.perspective*
fltk-config: configure configh.in fltk-config.in
if test -f config.status; then \