From e42911405c4bc2f8c097f47d4598baf8522ef3da Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sun, 8 May 2016 16:02:01 +0100 Subject: Moved source to src directory --- core/make.mk | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 core/make.mk (limited to 'core/make.mk') diff --git a/core/make.mk b/core/make.mk deleted file mode 100644 index a1fe655..0000000 --- a/core/make.mk +++ /dev/null @@ -1,11 +0,0 @@ -DIR_CORE = core/ -SOURCES_CORE += core/math.c -OBJECTS_CORE += $(SOURCES_CORE:.c=.o) -LDFLAGS += -lm -LDFLAGS_BSD += -lm - - -OBJECTS_DIR_CORE += $(subst $(DIR_CORE),$(BUILD_DIR)$(DIR_CORE),$(OBJECTS_CORE)) - -OBJECTS += $(OBJECTS_CORE) -OBJECTS_FINAL += $(OBJECTS_DIR_CORE) \ No newline at end of file -- cgit v1.2.3