aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c64c4c8..9b9cc69 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,11 @@ publish:
rsync --verbose --copy-links --progress --stats --update --recursive result/ root@euandre.org:/home/user-data/www/default
.PHONY: publish
+## Create a new pastebin file from the template.
+pastebin:
+ @./pastebin/new.sh
+.PHONY: pastebin
+
# Taken from https://gist.github.com/klmr/575726c7e05d8780505a
# Inspired by <http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html>