dragonflysots 5 years ago
parent
commit
74676a7c2e
2 changed files with 1 additions and 1 deletions
  1. 1
    0
      .gitignore
  2. 0
    1
      makefile

+ 1
- 0
.gitignore View File

@@ -9,3 +9,4 @@ nbproject/private/tools/
9 9
 .vscode/*
10 10
 todo/
11 11
 tmp.ld
12
+object/*

+ 0
- 1
makefile View File

@@ -157,7 +157,6 @@ $(MAIN_OBJ): $(ALL_OBJ) $(SPRITES) $(MUSIC_AR) $(SMPL_AR) $(VOICE_AR) $(LIST_AR)
157 157
 	@echo "INPUT($^)" > $(TMP_LD)
158 158
 	$(LD) $(LDFLAGS) -T $(PAGB_LINK) -T linker.ld -T bpre.sym --whole-archive -r -o $@ --start-group -T $(TMP_LD) --end-group
159 159
 	$(LD) $(LDFLAGS) -T $(PAGB_LINK) -T linker.ld -T bpre.sym --whole-archive -o $@.dbg --start-group -T $(TMP_LD) --end-group
160
-	@rm -f $@.dbg
161 160
 	@rm -f $(TMP_LD)
162 161
 
163 162
 $(MAP_PROJ_S): $(MAP_PROJ)