diff options
author | Michael Ball | 2019-10-22 13:25:48 -0700 |
---|---|---|
committer | Bastien Bouclet | 2019-10-24 18:56:31 +0200 |
commit | 2d2a46ac9a224530846cc42d6afe6adf37f9f73a (patch) | |
tree | 38c8ee22df67ca4aa59ca8be2eee434a051550f2 /backends/platform/3ds | |
parent | 9904732517adccf58a80c41efd88fa543a5c5bee (diff) | |
download | scummvm-rg350-2d2a46ac9a224530846cc42d6afe6adf37f9f73a.tar.gz scummvm-rg350-2d2a46ac9a224530846cc42d6afe6adf37f9f73a.tar.bz2 scummvm-rg350-2d2a46ac9a224530846cc42d6afe6adf37f9f73a.zip |
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")
Diffstat (limited to 'backends/platform/3ds')
-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 |