diff options
Diffstat (limited to 'examples/static_world/Makefile')
-rw-r--r-- | examples/static_world/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/static_world/Makefile b/examples/static_world/Makefile index 47c1094..cbce76c 100644 --- a/examples/static_world/Makefile +++ b/examples/static_world/Makefile @@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy static file handler example PROJECT_VERSION = 1 DEPS = cowboy -dep_cowboy = git https://github.com/ninenines/cowboy master +dep_cowboy_commit = master include ../../erlang.mk |