Implement a Key->Value list dictionary.
[hope.git] / Makefile
1 .PHONY: fresh-build compile clean dialyze
2
3 fresh-build: clean compile
4
5 compile:
6 @rebar compile
7
8 clean:
9 @rebar clean
10
11 dialyze:
12 @dialyzer ebin
This page took 0.045085 seconds and 4 git commands to generate.