1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00
copilot/Makefile

11 lines
168 B
Makefile
Raw Normal View History

2016-10-14 13:57:26 +03:00
.PHONY: check
check:
@./bin/setup.sh
.PHONY: test-cloudapi-graphql
test-cloudapi-graphql:
$(MAKE) -C cloudapi-graphql test
.PHONY: test
test: test-cloudapi-graphql