From afc24100a1be434335a7e06a72949623941e458b Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 8 Sep 2024 13:05:42 -0400 Subject: Auto-pull lfs content during `make setup` --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3