diff options
author | João Silva | 2017-08-26 00:26:09 +0100 |
---|---|---|
committer | João Silva | 2017-08-26 00:26:09 +0100 |
commit | 7becd31bfe9ba0cd77ed9dc034563e0ab513a8c9 (patch) | |
tree | 33e4229f9175a51e5fc309d05b5f83f3de19251f /Makefile | |
parent | 3013ee57130a36b8bd4c314c659c100c3885cd80 (diff) | |
download | snesemu-7becd31bfe9ba0cd77ed9dc034563e0ab513a8c9.tar.gz snesemu-7becd31bfe9ba0cd77ed9dc034563e0ab513a8c9.tar.bz2 snesemu-7becd31bfe9ba0cd77ed9dc034563e0ab513a8c9.zip |
Still cleaning things up...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ ifneq (,$(findstring msvc,$(platform))) LD = link.exe else OBJOUT = -o - LINKOUT = -o + LINKOUT = -o LD = $(CC) endif |