Add tests for hope_kv_list:set/3
[hope.git] / Makefile
... / ...
CommitLineData
1.PHONY: \
2 fresh-build \
3 compile \
4 clean \
5 dialyze \
6 test
7
8fresh-build: \
9 clean \
10 compile
11
12compile:
13 @rebar compile
14
15clean:
16 @rebar clean
17
18dialyze:
19 @dialyzer ebin
20
21test:
22 @rebar ct skip_deps=true --verbose=0
This page took 0.026111 seconds and 4 git commands to generate.