From d54822906784f6db8305593da620f930d718858c Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 15 Sep 2020 13:38:14 -0400 Subject: make will understand FORCE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index deaa71d..1420696 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ self-publish: - sudo bash$(if $(VERBOSE), -x) selfpublish.sh + sudo$(if $(FORCE), FORCE=y) bash$(if $(VERBOSE), -x) selfpublish.sh -- cgit v1.2.3