aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorEugene Sandulenko2013-05-15 15:42:08 +0300
committerEugene Sandulenko2013-05-15 15:42:08 +0300
commitbf9db9e20d75cc18cb711f148814a5d3aae79483 (patch)
tree6402c82c54cc17e6dea36e028afa2e4c04890ed1 /Makefile.common
parent2b1c1734cb425813c0059dccb96122b46382e3cb (diff)
downloadscummvm-rg350-bf9db9e20d75cc18cb711f148814a5d3aae79483.tar.gz
scummvm-rg350-bf9db9e20d75cc18cb711f148814a5d3aae79483.tar.bz2
scummvm-rg350-bf9db9e20d75cc18cb711f148814a5d3aae79483.zip
MAKE: Make distclean clean everything, including devtools
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 08ff411bb1..4350e16adc 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -78,7 +78,7 @@ endif
$(EXECUTABLE): $(OBJS)
$(QUIET_LINK)$(LD) $(LDFLAGS) $(PRE_OBJS_FLAGS) $+ $(POST_OBJS_FLAGS) $(LIBS) -o $@
-distclean: clean
+distclean: clean clean-devtools
$(RM) config.h config.mk config.log
clean: