From 2d2a46ac9a224530846cc42d6afe6adf37f9f73a Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 22 Oct 2019 13:25:48 -0700 Subject: 3DS: Add files to be removed by 3ds_clean in 3ds.mk: backends/platform/3ds/shader.shbin (byproduct of "make"), backends/platform/3ds/shader_shbin.h (byproduct of "make"), $(TARGET).smdh (aka scummvm.smdh, byproduct of "make scummvm.3dsx"), $(TARGET).bnr (aka scummvm.bnr, byproduct of "make scummvm.cia") --- backends/platform/3ds/3ds.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/platform/3ds') diff --git a/backends/platform/3ds/3ds.mk b/backends/platform/3ds/3ds.mk index dcb7b5e3ab..04667227e8 100644 --- a/backends/platform/3ds/3ds.mk +++ b/backends/platform/3ds/3ds.mk @@ -19,7 +19,11 @@ LDFLAGS += -specs=3dsx.specs $(ARCH) -L$(DEVKITPRO)/libctru/lib -L$(DEVKITPRO)/ clean: clean_3ds clean_3ds: + $(RM) backends/platform/3ds/shader.shbin + $(RM) backends/platform/3ds/shader_shbin.h + $(RM) $(TARGET).smdh $(RM) $(TARGET).3dsx + $(RM) $(TARGET).bnr $(RM) $(TARGET).cia $(RM) -rf romfs -- cgit v1.2.3