summaryrefslogtreecommitdiff
path: root/tools/mwasmarm_patcher
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-19 01:37:04 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-19 01:37:04 -0400
commit3fdec1129fa78a5bbb1893a850e0245a6d082be9 (patch)
treea347f2fe57fbf91f4bc4561e19984365beb98943 /tools/mwasmarm_patcher
parentf500ffd69377b5dca924dc159e2e2551775a3041 (diff)
cleanup dependencies and add WINE and devkitARM support to Makefile
Diffstat (limited to 'tools/mwasmarm_patcher')
-rw-r--r--tools/mwasmarm_patcher/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@ $<