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