From 3fdec1129fa78a5bbb1893a850e0245a6d082be9 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Sun, 19 Apr 2020 01:37:04 -0400 Subject: cleanup dependencies and add WINE and devkitARM support to Makefile --- tools/mwasmarm_patcher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/mwasmarm_patcher/Makefile b/tools/mwasmarm_patcher/Makefile index 5cf20ee4..bc3082dc 100644 --- a/tools/mwasmarm_patcher/Makefile +++ b/tools/mwasmarm_patcher/Makefile @@ -4,4 +4,4 @@ CFLAGS := -O3 all: mwasmarm_patcher mwasmarm_patcher: mwasmarm_patcher.c - $(CC) $(CFLAGS) -o $@ $< -lssl -lcrypto + $(CC) $(CFLAGS) -o $@ $< -- cgit v1.2.3