aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello_world/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/Makefile')
-rw-r--r--examples/hello_world/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/hello_world/Makefile b/examples/hello_world/Makefile
index 1e6ef79..d63349e 100644
--- a/examples/hello_world/Makefile
+++ b/examples/hello_world/Makefile
@@ -3,12 +3,4 @@ PROJECT = 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