mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Convert the REST pastebin example to a release
This commit is contained in:
parent
dacaf5d293
commit
630a805541
7 changed files with 55 additions and 56 deletions
14
examples/rest_pastebin/Makefile
Normal file
14
examples/rest_pastebin/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
PROJECT = rest_pastebin
|
||||
|
||||
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