aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ssl_hello_world/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ssl_hello_world/Makefile')
-rw-r--r--examples/ssl_hello_world/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/ssl_hello_world/Makefile b/examples/ssl_hello_world/Makefile
index 412b2b3..2817800 100644
--- a/examples/ssl_hello_world/Makefile
+++ b/examples/ssl_hello_world/Makefile
@@ -3,12 +3,4 @@ PROJECT = ssl_hello_world
DEPS = cowboy
dep_cowboy = pkg://cowboy master
-.PHONY: release clean-release
-
-release: clean-release all
- relx
-
-clean-release:
- rm -rf _rel
-
include ../../erlang.mk