mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Conver the error hook example to a release
This commit is contained in:
parent
57e6d1f416
commit
6b7b0efd24
8 changed files with 71 additions and 56 deletions
14
examples/error_hook/Makefile
Normal file
14
examples/error_hook/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
PROJECT = error_hook
|
||||
|
||||
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