summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-10-03 09:34:38 -0400
committerAndrew Cady <d@jerkface.net>2020-10-03 09:34:38 -0400
commit192ad140591b9618550157ed15b3265549326367 (patch)
tree6f63ba6711360bd36237e3575b61dfe1896b5dd4 /Makefile
parent75f6e7378f7e61700cb6ed1047c73acc910072ce (diff)
Rebuild the .deb only when needed
Also fixed a bug related to blank lines in the control file. The format represents a blank line as a single '.' and literal '.' beginning a line is escaped as '..'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1420696..99f3ab4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,5 @@
2self-publish: 2self-publish:
3 sudo$(if $(FORCE), FORCE=y) bash$(if $(VERBOSE), -x) selfpublish.sh 3 sudo$(if $(FORCE), FORCE=y) bash$(if $(VERBOSE), -x) selfpublish.sh
4 4
5fast:
6 sudo NO_APT=y bash selfpublish.sh