8 lines
120 B
Makefile
8 lines
120 B
Makefile
.PHONY: format
|
|
format:
|
|
./cr tool format ./src ./spec
|
|
|
|
.PHONY: spec
|
|
spec:
|
|
./cr spec --warnings all --error-on-warnings
|