Skip to content

Commit

Permalink
[Makefile] refs #28 Correcting comment and declare new phony `clean-s…
Browse files Browse the repository at this point in the history
…kyhwd` and `test-skyhwd`
  • Loading branch information
Maykel Arias Torres committed Aug 3, 2019
1 parent 0565786 commit fba1499
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ test-libc: build-libc ## Run tests for libskycoin C client library

test-skyapi: build-skyapi ## Run test for skyapi(libcurl based) library

test-skyhwd: build-skyhwd ## Run test for Hardware Wallet Daemon(libcurl based) library

test: test-libc test-skyapi test-skyhwd ## Run all test for libskycoin

docs-skyapi: ## Generate SkyApi (libcurl) documentation
Expand Down Expand Up @@ -229,7 +231,7 @@ clean-libc: ## Clean files generated by libc
clean-skyapi: ## Clean files generated by skyapi
rm -rfv $(BUILDLIBSKYAPI_DIR)

clean-skyapi: ## Clean files generated by skyapi
clean-skyhwd: ## Clean files generated by skyhwd
rm -rfv $(BUILDLIBSKYHWD_DIR)

clean: clean-libc clean-skyapi clean-skyhwd ## Clean all files generated by libraries
Expand Down

0 comments on commit fba1499

Please sign in to comment.