Created
November 30, 2017 00:39
-
-
Save brandonros/30dee3292b2bc5ad3f9bf1713f1f3d24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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