diff --git a/Makefile b/Makefile index 619fa87..18b9fe2 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,13 @@ #!/bin/make -f -DO=./build/utils.sh -SET_CONFIG=$(DO) set-config +DO := ./build/utils.sh +SET_CONFIG := $(DO) set-config +DESTDIR ?= '/' define colorecho - @tput setaf 118 - @echo $1 - @tput sgr0 + @tput setaf 118 || true + @echo $1 || true + @tput sgr0 || true endef