From 2a02336596cc4ccd1ec19d5748b2b39db0a027dd Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Fri, 28 Aug 2020 21:23:37 -0400
Subject: git pulls in one step
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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}
--
cgit