diff options
Diffstat (limited to 'examples/hello_world/Makefile')
-rw-r--r-- | examples/hello_world/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/hello_world/Makefile b/examples/hello_world/Makefile index c410b09..a56432a 100644 --- a/examples/hello_world/Makefile +++ b/examples/hello_world/Makefile @@ -5,4 +5,6 @@ PROJECT_VERSION = 1 DEPS = cowboy dep_cowboy_commit = master +REL_DEPS = relx + include ../../erlang.mk |