mirror of
https://github.com/valitydev/parse_trans.git
synced 2024-11-06 08:35:17 +00:00
17 lines
129 B
Makefile
17 lines
129 B
Makefile
.PHONY: rel all clean
|
|
|
|
all: compile
|
|
|
|
compile:
|
|
./rebar compile
|
|
|
|
clean:
|
|
./rebar clean
|
|
|
|
test:
|
|
./rebar eunit
|
|
|
|
doc:
|
|
./rebar doc
|
|
|