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 'examples/modest/Makefile.mk')
-rw-r--r--examples/modest/Makefile.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/modest/Makefile.mk b/examples/modest/Makefile.mk
new file mode 100644
index 0000000..6527ed1
--- /dev/null
+++ b/examples/modest/Makefile.mk
@@ -0,0 +1,7 @@
+modest_dirs := .
+modest_objs := $(call BINARY_UTILS_OBJS,modest,$(modest_dirs))
+
+modest_all: $(modest_objs)
+
+modest_clean:
+ rm -f $(modest_objs)