summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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