Skip to content

Commit

Permalink
Merge pull request #189 from SkycoinProject/jdknives-patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
jdknives authored Mar 4, 2020
2 parents 98e4f2d + 75de273 commit 6bf1d84
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 @@ -58,8 +58,8 @@ clean: ## Clean project: remove created binaries and apps
-rm -rf ./apps
-rm -f ./skywire-visor ./skywire-cli ./setup-node ./hypervisor

install: ## Install `skywire-visor`, `skywire-cli`, `hypervisor`, `dmsgpty`
${OPTS} go install ${BUILD_OPTS} ./cmd/skywire-visor ./cmd/skywire-cli ./cmd/setup-node ./cmd/hypervisor ./cmd/dmsgpty
install: ## Install `skywire-visor`, `skywire-cli`, `setup-node`, `hypervisor`
${OPTS} go install ${BUILD_OPTS} ./cmd/skywire-visor ./cmd/skywire-cli ./cmd/setup-node ./cmd/hypervisor

rerun: stop
${OPTS} go build -race -o ./skywire-visor ./cmd/skywire-visor
Expand Down

0 comments on commit 6bf1d84

Please sign in to comment.