From b24f943f84774d2f82dd9e1315e2963a8bea6db0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 5 Aug 2016 18:30:16 +0200 Subject: Change target names --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 63e9e69..b63037b 100644 --- a/Makefile +++ b/Makefile @@ -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 := -- cgit v1.2.3