aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoão Silva2017-08-26 00:26:09 +0100
committerJoão Silva2017-08-26 00:26:09 +0100
commit7becd31bfe9ba0cd77ed9dc034563e0ab513a8c9 (patch)
tree33e4229f9175a51e5fc309d05b5f83f3de19251f /Makefile
parent3013ee57130a36b8bd4c314c659c100c3885cd80 (diff)
downloadsnes9x2005-7becd31bfe9ba0cd77ed9dc034563e0ab513a8c9.tar.gz
snes9x2005-7becd31bfe9ba0cd77ed9dc034563e0ab513a8c9.tar.bz2
snes9x2005-7becd31bfe9ba0cd77ed9dc034563e0ab513a8c9.zip
Still cleaning things up...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1c2ad1..24d5571 100644
--- a/Makefile
+++ b/Makefile
@@ -293,7 +293,7 @@ ifneq (,$(findstring msvc,$(platform)))
LD = link.exe
else
OBJOUT = -o
- LINKOUT = -o
+ LINKOUT = -o
LD = $(CC)
endif