Skip to content

Commit

Permalink
delete dist on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
HookedBehemoth committed Mar 4, 2021
1 parent 0274f82 commit e4b6370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $(BUILD):
#---------------------------------------------------------------------------------
clean:
@echo clean ...
@rm -fr $(BUILD) $(TARGET).nsp $(TARGET).nso $(TARGET).npdm $(TARGET).elf
@rm -fr $(BUILD) $(TARGET).nsp $(TARGET).nso $(TARGET).npdm $(TARGET).elf dist


#---------------------------------------------------------------------------------
Expand Down

0 comments on commit e4b6370

Please sign in to comment.