summaryrefslogtreecommitdiff
path: root/filt/make.mk
diff options
context:
space:
mode:
Diffstat (limited to 'filt/make.mk')
-rw-r--r--filt/make.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/filt/make.mk b/filt/make.mk
new file mode 100644
index 0000000..e65653c
--- /dev/null
+++ b/filt/make.mk
@@ -0,0 +1,10 @@
+DIR_FILT = filt/
+SOURCES_FILT += filt/f_5th.c
+OBJECTS_FILT += $(SOURCES_FILT:.c=.o)
+LDFLAGS +=
+
+
+OBJECTS_DIR_FILT += $(subst $(DIR_FILT),$(BUILD_DIR)$(DIR_FILT),$(OBJECTS_FILT))
+
+OBJECTS += $(OBJECTS_FILT)
+OBJECTS_FINAL += $(OBJECTS_DIR_FILT) \ No newline at end of file