aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorTorbjörn Andersson2018-08-20 07:11:15 +0200
committerDavid Turner2018-08-20 23:03:31 +0100
commit4d5c4232ee20c962ea95d082095f519c3c5dfc12 (patch)
tree613fdee9d46a2aa88a6ed25987c39a2086928556 /Makefile.common
parent93ed8a2c47055f4b737d79925bf0bca30adda24f (diff)
downloadscummvm-rg350-4d5c4232ee20c962ea95d082095f519c3c5dfc12.tar.gz
scummvm-rg350-4d5c4232ee20c962ea95d082095f519c3c5dfc12.tar.bz2
scummvm-rg350-4d5c4232ee20c962ea95d082095f519c3c5dfc12.zip
BUILD: Remove .dwo files on clean
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index b08c464656..3aebc582c4 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -96,6 +96,7 @@ clean:
$(RM_REC) $(DEPDIRS)
$(RM) $(OBJS) $(EXECUTABLE)
ifdef SPLIT_DWARF
+ $(RM) $(OBJS:.o=.dwo)
$(RM) $(EXECUTABLE).dwp
endif