summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimponic <loganthebean222@gmail.com>2020-08-11 22:16:14 -0600
committerSimponic <loganthebean222@gmail.com>2020-08-11 22:16:14 -0600
commit4c5b382ef964ccc46f9c26221be237cf54da7576 (patch)
tree1fc712cb350b7b280372c4e741498a636bc424fb /Makefile
parent3ad9d9b066fb9108c17647578fdff39eb2df59af (diff)
downloadgeometry-dash-gba-4c5b382ef964ccc46f9c26221be237cf54da7576.tar.gz
geometry-dash-gba-4c5b382ef964ccc46f9c26221be237cf54da7576.zip
Removed unnecessary files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98093a7..139e680 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ $(BUILD):
#---------------------------------------------------------------------------------
clean:
@echo clean ...
- @rm -fr $(BUILD) $(TARGET).elf $(TARGET).gba
+ @rm -fr $(BUILD) $(TARGET).elf $(TARGET).gba $(TARGET).sav
#---------------------------------------------------------------------------------