aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: ec86c181e3a3902340625dd13beb8153efa61259 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                        
# See LICENSE for licensing information.

all: app

app:
	@./rebar compile

clean:
	@./rebar clean
	rm -f erl_crash.dump

test:
	@./rebar eunit