mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add missing files to the REST basic auth example
This commit is contained in:
parent
81843414b0
commit
dacaf5d293
2 changed files with 16 additions and 0 deletions
14
examples/rest_basic_auth/Makefile
Normal file
14
examples/rest_basic_auth/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
PROJECT = rest_basic_auth
|
||||
|
||||
DEPS = cowboy
|
||||
dep_cowboy = pkg://cowboy master
|
||||
|
||||
.PHONY: release clean-release
|
||||
|
||||
release: clean-release all
|
||||
relx
|
||||
|
||||
clean-release:
|
||||
rm -rf _rel
|
||||
|
||||
include ../../erlang.mk
|
2
examples/rest_basic_auth/relx.config
Normal file
2
examples/rest_basic_auth/relx.config
Normal file
|
@ -0,0 +1,2 @@
|
|||
{release, {rest_basic_auth_example, "1"}, [rest_basic_auth]}.
|
||||
{extended_start_script, true}.
|
Loading…
Add table
Add a link
Reference in a new issue