6 lines
62 B
Makefile
6 lines
62 B
Makefile
|
all:
|
||
|
jbuilder build @install @runtest
|
||
|
|
||
|
clean:
|
||
|
rm -rf _build
|