summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-08-28 21:23:37 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-08-28 21:23:37 -0400
commit2a02336596cc4ccd1ec19d5748b2b39db0a027dd (patch)
tree42fa9970087666806f9b0e629c4c8fb156cb7cce
parent6db74a1754d4835bb1d5ab228f40528e036b8056 (diff)
git pulls in one step
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0a0c6a..366ab5a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
.POSIX:
install:
- cp -T /var/www/html/chsmun index.{html,css}
+ git pull
+ cp -t /var/www/html/chsmun index.{html,css}