Skip to content

Commit

Permalink
[Makefile] refs #11 Remove ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Aug 8, 2019
1 parent f8a1caa commit 260bde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ JS_INCLUDE= -I/usr/include/nodejs/src
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

install: build-node-client build-node-tester build-axios-client build-axios-tester build-fetch-client build-fetch-tester; ## Build all libraries and tester
install: build-node-client build-node-tester build-axios-client build-axios-tester build-fetch-client build-fetch-tester ## Build all libraries and tester

test: test-node-client test-axios-client test-fetch-client; ## Test all clients
test: test-node-client test-axios-client test-fetch-client ## Test all clients

test-node-client: ## Test node client
export HOST='https://staging.node.skycoin.net' && \
Expand Down

0 comments on commit 260bde5

Please sign in to comment.