Remove colors
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
ff65d06199
commit
4c3d6912a5
6
Makefile
6
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user