Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/mycore/Makefile.mk')
-rw-r--r--test/mycore/Makefile.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mycore/Makefile.mk b/test/mycore/Makefile.mk
new file mode 100644
index 0000000..8c586ab
--- /dev/null
+++ b/test/mycore/Makefile.mk
@@ -0,0 +1,7 @@
+mycore_dirs := utils
+mycore_objs := $(call BINARY_UTILS_OBJS,mycore,$(mycore_dirs))
+
+mycore_all: $(mycore_objs)
+
+mycore_clean:
+ rm -f $(mycore_objs)