remove unneeded makefile
This commit is contained in:
parent
8231cf8fc6
commit
bf923a5890
1 changed files with 0 additions and 19 deletions
19
Makefile
19
Makefile
|
@ -1,19 +0,0 @@
|
|||
all: deps
|
||||
|
||||
deps:
|
||||
rebar get-deps
|
||||
rebar compile
|
||||
|
||||
app:
|
||||
rebar compile
|
||||
|
||||
tests:
|
||||
rebar eunit
|
||||
|
||||
clean:
|
||||
rebar clean
|
||||
|
||||
distclean: clean
|
||||
rebar delete-deps
|
||||
|
||||
.PHONY: all deps app tests clean distclean
|
Loading…
Add table
Add a link
Reference in a new issue