diff options
author | twinaphex | 2016-08-05 18:30:16 +0200 |
---|---|---|
committer | twinaphex | 2016-08-05 18:30:16 +0200 |
commit | b24f943f84774d2f82dd9e1315e2963a8bea6db0 (patch) | |
tree | d2cb92eb48e2ab5e57a0776ca32cfa8d3aee1252 | |
parent | d27e0e4d4c4ef1d59caeb61015d0f1beb5f5bcbd (diff) | |
download | snesemu-b24f943f84774d2f82dd9e1315e2963a8bea6db0.tar.gz snesemu-b24f943f84774d2f82dd9e1315e2963a8bea6db0.tar.bz2 snesemu-b24f943f84774d2f82dd9e1315e2963a8bea6db0.zip |
Change target names
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,9 +35,9 @@ else ifneq ($(findstring MINGW,$(shell uname -a)),) endif ifeq ($(USE_BLARGG_APU), 1) -TARGET_NAME := catsfc_plus +TARGET_NAME := snes9x2005_plus else -TARGET_NAME := catsfc +TARGET_NAME := snes9x2005 endif DEFS := |