Skip to content

Commit

Permalink
Remove the env vars for act and nasc urls, we don't need them
Browse files Browse the repository at this point in the history
  • Loading branch information
shutterbug2000 committed Jan 29, 2022
1 parent 4efaf58 commit 8c8139d
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 8c8139d

Please sign in to comment.