8 lines
56 B
Makefile
8 lines
56 B
Makefile
|
|
all: build
|
|
|
|
build:
|
|
shards build
|
|
|
|
clean:
|
|
shards clean
|