Packages

Erlang library for conversion from one local time to another based on google cctz

Current section

Files

Jump to
elocaltime Makefile
Raw

Makefile

get_deps:
@./build_deps.sh
compile_nif: get_deps
@make V=0 -C c_src -j 8
clean_nif:
@make -C c_src clean