aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTwinaphex2017-08-26 09:09:41 +0200
committerGitHub2017-08-26 09:09:41 +0200
commit12b1ae1a13434dd0bdc5305d36811643306d8e3e (patch)
tree33e4229f9175a51e5fc309d05b5f83f3de19251f /Makefile
parentb94a8041a928f5018d753d21d62507c1511af8d4 (diff)
parent7becd31bfe9ba0cd77ed9dc034563e0ab513a8c9 (diff)
downloadsnes9x2005-12b1ae1a13434dd0bdc5305d36811643306d8e3e.tar.gz
snes9x2005-12b1ae1a13434dd0bdc5305d36811643306d8e3e.tar.bz2
snes9x2005-12b1ae1a13434dd0bdc5305d36811643306d8e3e.zip
Merge pull request #43 from jamsilva/master
SA1 and SuperFX improvements
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