Skip to content

Instantly share code, notes, and snippets.

@jchassoul
Created April 9, 2017 20:44
Show Gist options
  • Save jchassoul/c932fe343629dc24e90946c6827505c9 to your computer and use it in GitHub Desktop.
Save jchassoul/c932fe343629dc24e90946c6827505c9 to your computer and use it in GitHub Desktop.
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