Skip to content

Commit

Permalink
Makefile: update clean rule
Browse files Browse the repository at this point in the history
  • Loading branch information
9ary committed Apr 23, 2018
1 parent 4f69e99 commit ccc40e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ $(BUILD):
clean:
@echo clean ...
@rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol $(OUTPUT)_lz.dol \
$(OUTPUT)_lz.gcb $(OUTPUT).gcb $(OUTPUT).vgc $(OUTPUT)_xeno.bin
$(OUTPUT)_lz.gcb $(OUTPUT).gcb $(OUTPUT).vgc \
$(OUTPUT)_xeno.bin $(OUTPUT)_xeno.elf

#---------------------------------------------------------------------------------
run: $(BUILD)
Expand Down

0 comments on commit ccc40e4

Please sign in to comment.