diff options
Diffstat (limited to 'examples/rest_hello_world/Makefile')
-rw-r--r-- | examples/rest_hello_world/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/rest_hello_world/Makefile b/examples/rest_hello_world/Makefile index cc7699e..d32551b 100644 --- a/examples/rest_hello_world/Makefile +++ b/examples/rest_hello_world/Makefile @@ -1,4 +1,8 @@ PROJECT = rest_hello_world +PROJECT_DESCRIPTION = Cowboy REST Hello World example +PROJECT_VERSION = 1 + DEPS = cowboy dep_cowboy = git https://github.com/ninenines/cowboy master + include ../../erlang.mk |