expansion/Makefile
2019-08-09 16:48:34 +03:00

8 lines
120 B
Makefile

.PHONY: format
format:
./cr tool format ./src ./spec
.PHONY: spec
spec:
./cr spec --warnings all --error-on-warnings