Skip to content

Commit

Permalink
[BUILD] x16edit_update target fixes (X16Community#186)
Browse files Browse the repository at this point in the history
* [X16EDIT] changes from upstream

* [BUILD] x16edit_update target fixes
  • Loading branch information
mooinglemur authored Oct 9, 2023
1 parent 464fba8 commit a6588f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ $(BUILD_DIR)/rom.bin: $(BANK_BINS)
x16edit_update:
@rm -rf x16edittmp
git clone https://github.com/stefan-b-jakobsson/x16-edit.git x16edittmp
rsync -av --delete --delete-after --exclude=/.git --exclude=/customrom.bin x16edittmp/ x16-edit/
(cd x16-edit && git rev-parse HEAD > .git-commit)
rsync -av --delete --delete-after --exclude=/customrom.bin x16edittmp/ x16-edit/
(cd x16-edit && git rev-parse HEAD > .git-commit && rm -rf .git)
rm -rf x16edittmp

clean:
Expand Down

0 comments on commit a6588f4

Please sign in to comment.