summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-09-10 13:12:15 -0400
committerAndrew Cady <d@jerkface.net>2020-09-10 13:12:15 -0400
commitaeb39422452102a513686b3d334930c8aa3a09cc (patch)
tree4f3675e6fe7259a053629a3c7ab001aec78717fb /Makefile
parent54f0355abfca74986dbe43d1162ad95235b05025 (diff)
avoid building deps package if dependencies did not change
also removed verbosity in various places
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe41e10..a55f0be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1 1
2self-publish: 2self-publish:
3 sudo bash -x selfpublish.sh 3 sudo bash $(if $(VERBOSE),-x) selfpublish.sh
4 4