diff options
author | Loïc Hoguin <[email protected]> | 2016-01-14 22:58:22 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-01-14 22:58:22 +0100 |
commit | ec82e3548b2cd111b270d0355c5a42a9b1f492a4 (patch) | |
tree | 592f50565e97b0c84f7da7062c879693f3ce291e /examples/echo_get | |
parent | cf444960050b6199765c07ad12357afb2d485045 (diff) | |
download | cowboy-ec82e3548b2cd111b270d0355c5a42a9b1f492a4.tar.gz cowboy-ec82e3548b2cd111b270d0355c5a42a9b1f492a4.tar.bz2 cowboy-ec82e3548b2cd111b270d0355c5a42a9b1f492a4.zip |
Simplify specifying the Cowboy version in examples
Diffstat (limited to 'examples/echo_get')
-rw-r--r-- | examples/echo_get/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/echo_get/Makefile b/examples/echo_get/Makefile index 8f5eea8..6332d4b 100644 --- a/examples/echo_get/Makefile +++ b/examples/echo_get/Makefile @@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy GET echo example PROJECT_VERSION = 1 DEPS = cowboy -dep_cowboy = git https://github.com/ninenines/cowboy master +dep_cowboy_commit = master include ../../erlang.mk |