From 8c8139d774b08f2eed48d94f8a2e1fb58f96cbce Mon Sep 17 00:00:00 2001 From: shutterbug2000 Date: Sat, 29 Jan 2022 15:40:23 -0600 Subject: [PATCH] Remove the env vars for act and nasc urls, we don't need them --- patches/act/Makefile | 2 +- patches/friends/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: