Skip to content

Commit

Permalink
Remove colors
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
  • Loading branch information
Jakub Sztandera committed Dec 11, 2019
1 parent ff65d06 commit 4c3d691
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,8 @@ lotus-shed: $(BUILD_DEPS)
.PHONY: lotus-seal-worker
BINS+=lotus-seal-worker

ccred:=$(shell tput setaf 1)
ccbold=$(shell tput bold)
ccend=$(shell tput sgr0)

build: lotus lotus-storage-miner lotus-seal-worker
@[[ $$(type -P "lotus") ]] && echo "$(ccred)$(ccbold)Caution$(ccend): you have \
@[[ $$(type -P "lotus") ]] && echo "Caution: you have \
an existing lotus binary in your PATH. This may cause problems if you don't run 'sudo make install'"

.PHONY: build
Expand Down

0 comments on commit 4c3d691

Please sign in to comment.