0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Convert the EventSource example to a release

This commit is contained in:
Loïc Hoguin 2013-09-08 11:48:48 +02:00
parent 6b7b0efd24
commit 49acfce8b9
7 changed files with 31 additions and 41 deletions

View file

@ -0,0 +1,14 @@
PROJECT = eventsource
DEPS = cowboy
dep_cowboy = pkg://cowboy master
.PHONY: release clean-release
release: clean-release all
relx
clean-release:
rm -rf _rel
include ../../erlang.mk