diff --git a/Makefile b/Makefile index 73bff35..ea23f14 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,13 @@ PROGRESS ?= auto REGISTRY ?= git.distrust.co/public VERSION := latest +ifeq ($(NOCACHE), 1) +NOCACHE_FLAG=--no-cache +else +NOCACHE_FLAG= +endif +export NOCACHE_FLAG + include $(PWD)/src/make/macros.mk .DEFAULT_GOAL :=