From 39d8b168453556fe80905c51c8f38fdbade8fd13 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Apr 2018 19:26:46 +0200 Subject: Update --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3