diff options
author | aliaspider | 2015-09-21 06:41:10 +0100 |
---|---|---|
committer | aliaspider | 2015-09-21 06:41:10 +0100 |
commit | 64ffe869caba187b8c7205ad6182f5c603008128 (patch) | |
tree | 1f6cd414e22ee51b2fcd2747f32d608078af9c8f /Makefile | |
parent | e9676240dbfb9a86747fc2d00a56c184b80686a8 (diff) | |
download | snesemu-64ffe869caba187b8c7205ad6182f5c603008128.tar.gz snesemu-64ffe869caba187b8c7205ad6182f5c603008128.tar.bz2 snesemu-64ffe869caba187b8c7205ad6182f5c603008128.zip |
add missing separator
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ else ifneq ($(findstring MINGW,$(shell uname -a)),) system_platform = win endif -ifeq($(USE_BLARGG_APU), 1) +ifeq ($(USE_BLARGG_APU), 1) TARGET_NAME := catsfc_plus else TARGET_NAME := catsfc |