diff options
Diffstat (limited to 'examples/hello_world')
-rw-r--r-- | examples/hello_world/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hello_world/Makefile b/examples/hello_world/Makefile index 72e0f88..1a7000b 100644 --- a/examples/hello_world/Makefile +++ b/examples/hello_world/Makefile @@ -1,3 +1,4 @@ PROJECT = hello_world DEPS = cowboy +dep_cowboy = git https://github.com/ninenines/cowboy master include ../../erlang.mk |