Skip to content

Commit

Permalink
Makefile changes for new app name
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Oct 2, 2015
1 parent 3ffe2e3 commit 0205c64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Decrypt9.smdh
/build
/output
/release
/Decrypt9-wip-*
/Decrypt9WIP-*

.DS_Store
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,14 @@ release:
@-cp $(OUTPUT).3dsx $(CURDIR)/release/$(TARGET)
@-cp $(OUTPUT).smdh $(CURDIR)/release/$(TARGET)
@cp $(CURDIR)/scripts/*.py $(CURDIR)/release/scripts
@mv --no-target-directory $(CURDIR)/release $(CURDIR)/$(TARGET)-wip-d0k3-`date +'%Y%m%d-%H%M%S'`
@mv --no-target-directory $(CURDIR)/release $(CURDIR)/$(TARGET)-d0k3-`date +'%Y%m%d-%H%M%S'`

#---------------------------------------------------------------------------------
clean:
@echo clean ...
@-make clean --no-print-directory -C CakeHax
@-make clean --no-print-directory -C BrahmaLoader
@rm -fr $(BUILD) $(OUTPUT_D) $(TARGET)-wip-*
@rm -fr $(BUILD) $(OUTPUT_D) $(TARGET)-d0k3-*


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

0 comments on commit 0205c64

Please sign in to comment.