9 lines
37 B
Makefile
9 lines
37 B
Makefile
|
|
||
|
all: build
|
||
|
|
||
|
build:
|
||
|
shards build
|
||
|
|
||
|
|
||
|
|