summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-09-15 13:38:14 -0400
committerAndrew Cady <d@jerkface.net>2020-09-15 13:38:14 -0400
commitd54822906784f6db8305593da620f930d718858c (patch)
treead34e484b3d5156a24f8122c5d603a8291fc7bf7
parent24bbf1df3369e90ba66b37f8389d2e42bc777d26 (diff)
make will understand FORCE
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index deaa71d..1420696 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1 1
2self-publish: 2self-publish:
3 sudo bash$(if $(VERBOSE), -x) selfpublish.sh 3 sudo$(if $(FORCE), FORCE=y) bash$(if $(VERBOSE), -x) selfpublish.sh
4 4