- PROJECT = token_bucket
- PROJECT_DESCRIPTION = token_bucket RPS limitation application
- PROJECT_VERSION = 0.1.0
- CT_SUITES = limit_reached
- include erlang.mk
- run:
- erl -pa ebin +pc unicode -args_file vm.args -config sys.config -eval 'application:start(token_bucket)'
- # add -pa ebin in erl .. command because no deps with nested structure
- # and no ERL_LIBS="apps:deps" before erl .. command
- .PHONY: run
|