Skip to content

Commit

Permalink
clean exception stub, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Sep 22, 2017
1 parent 5471ec7 commit 238ea08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ endif
include $(DEVKITARM)/ds_rules

export HBMENU_MAJOR := 0
export HBMENU_MINOR := 6
export HBMENU_PATCH := 1
export HBMENU_MINOR := 7
export HBMENU_PATCH := 0


VERSION := $(HBMENU_MAJOR).$(HBMENU_MINOR).$(HBMENU_PATCH)
Expand Down Expand Up @@ -139,6 +139,7 @@ clean:
@$(MAKE) -C bootloader clean
@$(MAKE) -C bootstub clean
@$(MAKE) -C BootStrap clean
@$(MAKE) -C nds-exception-stub clean

data:
@mkdir -p data
Expand Down

0 comments on commit 238ea08

Please sign in to comment.