Browse Source

Don't delete save file on clean

ipatix 7 years ago
parent
commit
e15af5e694
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      makefile

+ 1
- 1
makefile View File

84
 
84
 
85
 .PHONY: clean
85
 .PHONY: clean
86
 clean:
86
 clean:
87
-	rm -R -f build/*
87
+	rm -f  $(OUTPATH)/__symbols.sym $(OUTPATH)/pkmn_sots.gba
88
 	rm -R -f object/*
88
 	rm -R -f object/*
89
 	$(MAKE) -C $(dir $(MUSIC_AR)) clean
89
 	$(MAKE) -C $(dir $(MUSIC_AR)) clean
90
 	$(MAKE) -C $(dir $(SMPL_AR)) clean
90
 	$(MAKE) -C $(dir $(SMPL_AR)) clean