mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
erlang.mk now has built-in support for relx
This commit is contained in:
parent
2b2829f585
commit
4769412daa
18 changed files with 36 additions and 139 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue