joyent-portal/Makefile

18 lines
316 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
2016-10-17 20:00:50 +03:00
.PHONY: install-cloudapi-graphql
install-cloudapi-graphql:
$(MAKE) -C cloudapi-graphql install
.PHONY: install
install: install-cloudapi-graphql