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/websocket | |
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/websocket')
-rw-r--r-- | examples/websocket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/websocket/Makefile b/examples/websocket/Makefile index 60059f8..955cd52 100644 --- a/examples/websocket/Makefile +++ b/examples/websocket/Makefile @@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy Websocket example PROJECT_VERSION = 1 DEPS = cowboy -dep_cowboy = git https://github.com/ninenines/cowboy master +dep_cowboy_commit = master include ../../erlang.mk |