aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-07-03 14:52:58 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-07-03 14:52:58 -0400
commit5a1218db7ab170690d5126491415e26c7a574b96 (patch)
tree9b422300d9819c1d74ad00412a2e05cf350ffd5d /Makefile
parentf46f300dc5851c22da29f37d8f7201563253aa87 (diff)
downloadwebsite-5a1218db7ab170690d5126491415e26c7a574b96.tar.gz
rename install to deps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf9cd3a..9a4ee0f 100644
--- a/Makefile
+++ b/Makefile
@@ -101,8 +101,8 @@ ${OUTPUT_MARKDOWN}: ${@:${HTML2SOURCE}} ${TEMPLATE}
${OUTPUT_STATIC}: ${@:${OUTPUT2SOURCE}}
${COPY} ${@:${OUTPUT2SOURCE}} $@
-.PHONY: install serve rsync clean
-install:
+.PHONY: deps serve rsync clean
+deps:
pip install -r requirements.txt
serve: public