Custom erlang.mk using cuttlefish.
This tool can initialize a erlang application using erlang.mk, the supported config method is cuttlefish method. So, you should be familiar with the usage of cuttlefish.
When application is created, lager is used and is configured.
./new.sh appname
application named "appname" will be created in this directory, after created, you can move it to a proper directory.
if appname existed in this directory, old will be removed and create a new application.
Files in ./bin is copy from emq-relx then modified.
erlang.mk is modified from the file generated based on erlang.mk