From 404d10c0e20b8544b9135715abe1f4ef4906872a Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Thu, 9 Sep 2021 11:02:09 -0500 Subject: [PATCH] Add a meta makefile update command --- server/root.Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/root.Makefile b/server/root.Makefile index b2a68f2..71bd75b 100644 --- a/server/root.Makefile +++ b/server/root.Makefile @@ -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