1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-13 06:40:06 +02:00
copilot/Makefile
2016-10-17 17:56:01 +01:00

11 lines
168 B
Makefile

.PHONY: check
check:
@./bin/setup.sh
.PHONY: test-cloudapi-graphql
test-cloudapi-graphql:
$(MAKE) -C cloudapi-graphql test
.PHONY: test
test: test-cloudapi-graphql