aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0fc4922..64d07b1 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,12 @@ else ifneq ($(findstring MINGW,$(shell uname -a)),)
system_platform = win
endif
+ifeq($(USE_BLARGG_APU), 1)
+TARGET_NAME := catsfc_plus
+else
TARGET_NAME := catsfc
+endif
+
DEFS :=
LIBM := -lm