summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-09-08 13:05:42 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-09-08 13:05:42 -0400
commitafc24100a1be434335a7e06a72949623941e458b (patch)
tree229b6578b63c73c2f7889123552b86cba442e07f
parentfcc936fcbc2d5152a80da0277a6458b177263d1b (diff)
Auto-pull lfs content during `make setup`
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 76417d0..9cfa9c0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ HUGO := hugo
# Check if the submodule needs to be updated
setup:
+ @git lfs install && git lfs pull
@git submodule update --init --recursive
run: setup