aboutsummaryrefslogtreecommitdiffstats
path: root/examples/static_world/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/static_world/Makefile')
-rw-r--r--examples/static_world/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/static_world/Makefile b/examples/static_world/Makefile
index 7524b77..47c1094 100644
--- a/examples/static_world/Makefile
+++ b/examples/static_world/Makefile
@@ -1,4 +1,8 @@
PROJECT = static_world
+PROJECT_DESCRIPTION = Cowboy static file handler example
+PROJECT_VERSION = 1
+
DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
+
include ../../erlang.mk