Created
April 9, 2017 20:44
-
-
Save jchassoul/c932fe343629dc24e90946c6827505c9 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 = treehouse | |
PROJECT_DESCRIPTION = Spontaneously generate imps and spawn your resources. | |
PROJECT_VERSION = 0.1.0 | |
DEPS = cowboy chumak luerl lager econfig uuid jiffy hackney | |
dep_cowboy_commit = master | |
DEP_PLUGINS = cowboy | |
include erlang.mk | |
# Compile flags | |
ERLC_COMPILE_OPTS= +'{parse_transform, lager_transform}' | |
# Append these settings | |
ERLC_OPTS += $(ERLC_COMPILE_OPTS) | |
TEST_ERLC_OPTS += $(ERLC_COMPILE_OPTS) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment