From 81843414b00f3d1829db5f105206396985f1196c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 8 Sep 2013 12:22:30 +0200 Subject: Convert the REST hello world example to a release --- examples/rest_hello_world/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/rest_hello_world/Makefile (limited to 'examples/rest_hello_world/Makefile') diff --git a/examples/rest_hello_world/Makefile b/examples/rest_hello_world/Makefile new file mode 100644 index 0000000..031d26e --- /dev/null +++ b/examples/rest_hello_world/Makefile @@ -0,0 +1,14 @@ +PROJECT = rest_hello_world + +DEPS = cowboy +dep_cowboy = pkg://cowboy master + +.PHONY: release clean-release + +release: clean-release all + relx + +clean-release: + rm -rf _rel + +include ../../erlang.mk -- cgit v1.2.3