diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/3ds/3ds.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 |