mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Convert the SSL hello world example to a release
This commit is contained in:
parent
1f8119ef31
commit
24a22fa657
9 changed files with 42 additions and 40 deletions
14
examples/ssl_hello_world/Makefile
Normal file
14
examples/ssl_hello_world/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue