aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rest_hello_world
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 14:26:51 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 14:26:51 +0200
commit62de3a62f9981c3fe436cb50465d10b17ee9678b (patch)
tree9aadc520fa7d8845becea7cd1f885e77e8003f0f /examples/rest_hello_world
parent9e437e811939a1602d5737f2f9a5461b53f64b2f (diff)
downloadcowboy-62de3a62f9981c3fe436cb50465d10b17ee9678b.tar.gz
cowboy-62de3a62f9981c3fe436cb50465d10b17ee9678b.tar.bz2
cowboy-62de3a62f9981c3fe436cb50465d10b17ee9678b.zip
Update to erlang.mk 1.0.0
Diffstat (limited to 'examples/rest_hello_world')
-rw-r--r--examples/rest_hello_world/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/rest_hello_world/Makefile b/examples/rest_hello_world/Makefile
index f72c8af..7bb3b1e 100644
--- a/examples/rest_hello_world/Makefile
+++ b/examples/rest_hello_world/Makefile
@@ -1,6 +1,3 @@
PROJECT = rest_hello_world
-
DEPS = cowboy
-dep_cowboy = pkg://cowboy master
-
include ../../erlang.mk