diff --git a/makefile b/makefile
index 5bd7b95..a95cb71 100644
--- a/makefile
+++ b/makefile
@@ -2,6 +2,9 @@
 
 # Customize the variables as desired
 
+# Software depot to archive releases
+DEPOT = depot@slice.tundraware.com:/opt/depot/
+
 # Where to store build tarballs
 EXPORTDIR = /shared
 
@@ -21,7 +24,7 @@
 PIPMODULES = ansible pew pythonz-bd
 
 # Set of packages we want to include in the distribution tarball
-MYTOOLS = bash-completion emacs file-formula git htop joe nmap screen socat the_silver_searcher tmux tree vim
+MYTOOLS = bash-completion emacs file-formula git htop joe nmap screen socat source-highlight the_silver_searcher tmux tree vim
 
 
 # ----------- Nothing below here should need changing ----------- #
@@ -74,6 +77,9 @@
 
 # Housekeeping
 
+push-release:
+	scp ${EXPORTDIR}/${TOOLS}-${DATESTAMP}.tar.gz ${DEPOT}
+
 tidyup:
 	${BREW} config
 	${BREW} prune