diff --git a/patches/act/Makefile b/patches/act/Makefile index 0e69cce..c8ea9d9 100644 --- a/patches/act/Makefile +++ b/patches/act/Makefile @@ -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: diff --git a/patches/friends/Makefile b/patches/friends/Makefile index 03c8932..74da5f8 100644 --- a/patches/friends/Makefile +++ b/patches/friends/Makefile @@ -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: