7 lines
35 B
Makefile
7 lines
35 B
Makefile
|
|
||
|
all: build
|
||
|
|
||
|
build:
|
||
|
shards build
|
||
|
|