0
Fork 0
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:
Loïc Hoguin 2013-09-08 12:22:52 +02:00
parent 81843414b0
commit dacaf5d293
2 changed files with 16 additions and 0 deletions

View 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

View file

@ -0,0 +1,2 @@
{release, {rest_basic_auth_example, "1"}, [rest_basic_auth]}.
{extended_start_script, true}.