diff options
Diffstat (limited to 'examples/static_world')
-rw-r--r-- | examples/static_world/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/static_world/Makefile b/examples/static_world/Makefile index eab221d..7524b77 100644 --- a/examples/static_world/Makefile +++ b/examples/static_world/Makefile @@ -1,3 +1,4 @@ PROJECT = static_world DEPS = cowboy +dep_cowboy = git https://github.com/ninenines/cowboy master include ../../erlang.mk |