summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex2018-04-20 19:26:46 +0200
committertwinaphex2018-04-20 19:26:46 +0200
commit39d8b168453556fe80905c51c8f38fdbade8fd13 (patch)
tree017a3ef1a70a5f2809f8ef65805df7e6b2e7234d /Makefile
parent1599e4b8e3594f141cc2187ff538dc720d502983 (diff)
downloadsnes9x2002-39d8b168453556fe80905c51c8f38fdbade8fd13.tar.gz
snes9x2002-39d8b168453556fe80905c51c8f38fdbade8fd13.tar.bz2
snes9x2002-39d8b168453556fe80905c51c8f38fdbade8fd13.zip
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 57fc2cf..82023cc 100644
--- a/Makefile
+++ b/Makefile
@@ -171,13 +171,10 @@ endif
include Makefile.common
-OBJS := $(SOURCES:.c=.o)
-OBJS := $(OBJS:.S=.o)
-OBJS := $(OBJS:.s=.o)
+OBJS := $(SOURCES:.c=.o) $(SOURCES_ASM:.S=.o)
CFLAGS += $(DEFINES) $(COMMON_DEFINES) $(INCLUDES)
-
ifeq ($(platform), theos_ios)
COMMON_FLAGS := -DIOS $(COMMON_DEFINES) $(INCFLAGS) -I$(THEOS_INCLUDE_PATH) -Wno-error
$(LIBRARY_NAME)_CFLAGS += $(CFLAGS) $(COMMON_FLAGS)