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/myurl/Makefile.mk')
-rw-r--r--examples/myurl/Makefile.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/myurl/Makefile.mk b/examples/myurl/Makefile.mk
new file mode 100644
index 0000000..56ffcca
--- /dev/null
+++ b/examples/myurl/Makefile.mk
@@ -0,0 +1,7 @@
+myurl_dirs := .
+myurl_objs := $(call BINARY_UTILS_OBJS,myurl,$(myurl_dirs))
+
+myurl_all: $(myurl_objs)
+
+myurl_clean:
+ rm -f $(myurl_objs)