diff options
author | Loïc Hoguin <[email protected]> | 2013-10-14 16:05:19 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-10-14 16:05:19 +0200 |
commit | 4769412daaff2be53cb7d7391d0a196acb6346c3 (patch) | |
tree | 5eb68affb5707a4c3cef72f7f1a71459cf7f56c3 /examples/ssl_hello_world | |
parent | 2b2829f5855e4b2a6ba5e0ca5ccefd42fa2e9524 (diff) | |
download | cowboy-4769412daaff2be53cb7d7391d0a196acb6346c3.tar.gz cowboy-4769412daaff2be53cb7d7391d0a196acb6346c3.tar.bz2 cowboy-4769412daaff2be53cb7d7391d0a196acb6346c3.zip |
erlang.mk now has built-in support for relx
Diffstat (limited to 'examples/ssl_hello_world')
-rw-r--r-- | examples/ssl_hello_world/Makefile | 8 |
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 |