diff options
Diffstat (limited to 'examples/rest_hello_world/Makefile')
-rw-r--r-- | examples/rest_hello_world/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/rest_hello_world/Makefile b/examples/rest_hello_world/Makefile index 031d26e..f72c8af 100644 --- a/examples/rest_hello_world/Makefile +++ b/examples/rest_hello_world/Makefile @@ -3,12 +3,4 @@ PROJECT = rest_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 |