diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |