diff options
Diffstat (limited to 'examples/ssl_hello_world/Makefile')
-rw-r--r-- | examples/ssl_hello_world/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ssl_hello_world/Makefile b/examples/ssl_hello_world/Makefile index 47676a9..be51964 100644 --- a/examples/ssl_hello_world/Makefile +++ b/examples/ssl_hello_world/Makefile @@ -6,4 +6,6 @@ DEPS = cowboy LOCAL_DEPS = ssl dep_cowboy_commit = master +REL_DEPS = relx + include ../../erlang.mk |