Skip to content

Instantly share code, notes, and snippets.

@brandonros
Created November 30, 2017 00:39
Show Gist options
  • Save brandonros/30dee3292b2bc5ad3f9bf1713f1f3d24 to your computer and use it in GitHub Desktop.
Save brandonros/30dee3292b2bc5ad3f9bf1713f1f3d24 to your computer and use it in GitHub Desktop.
PROJECT = hello_erlang
DEP_PLUGINS = cowboy hexpm.mk
BUILD_DEPS = hexpm.mk
dep_hexpm.mk = git https://github.com/botsunit/mix.mk.git master
dep_cowboy_commit = 2.1.0
dep_pgapp = hex 0.0.2
dep_poison = hex 3.1.0
dep_epgsql = hex 3.4.0
DEPS = cowboy epgsql pgapp poison
include erlang.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment