From 5a1218db7ab170690d5126491415e26c7a574b96 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Wed, 3 Jul 2024 14:52:58 -0400 Subject: rename install to deps --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3