Add a meta makefile update command

This commit is contained in:
Ben Visness 2021-09-09 11:02:09 -05:00
parent 1b931ce92e
commit 404d10c0e2
1 changed files with 3 additions and 0 deletions

View File

@ -43,3 +43,6 @@ download-database: ## Download a database backup
restore-static-files: ## Download static files from the backup.
sudo -u hmn bash -c "cd ~/hmn && /home/hmn/hmn/server/restore_static_files.sh"
update-makefile: ## Update this Makefile with the latest from the repo.
cp /home/hmn/hmn/server/root.Makefile /root/Makefile