Skip to content

Commit

Permalink
Merge pull request #4 from shutterbug2000/alt-nasc-account-patches
Browse files Browse the repository at this point in the history
Remove the env vars for act and nasc urls, we don't need them
  • Loading branch information
jonbarrow committed Jan 29, 2022
2 parents 9c228ea + 8c8139d commit 4bcb6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patches/act/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

all:
@mkdir -p build out
@armips src/main.s -strequ ACCOUNT_URL "$(ACCOUNT_URL)"
@armips src/main.s
@flips -c code.bin build/patched_code.bin out/code.ips

clean:
Expand Down
2 changes: 1 addition & 1 deletion patches/friends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

all:
@mkdir -p build out
@armips src/main.s -strequ NASC_URL $(NASC_URL)
@armips src/main.s
@flips -c code.bin build/patched_code.bin out/code.ips

clean:
Expand Down

0 comments on commit 4bcb6ab

Please sign in to comment.