From b3c72fced31ad2e14be8bad6ae792a645bedfd45 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Tue, 5 Aug 2025 14:10:11 +0200 Subject: [PATCH] Add Makefile Signed-off-by: Nikolaos Karaolidis --- Makefile | 12 ++++++++++++ themes/huell | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..293e132 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +THEME := themes/huell + +.PHONY: all theme hugo + +all: theme hugo + +theme: + cd $(THEME) && \ + nix develop --command make + +hugo: + hugo diff --git a/themes/huell b/themes/huell index 75b84da..1ef22fc 160000 --- a/themes/huell +++ b/themes/huell @@ -1 +1 @@ -Subproject commit 75b84da3b564d433bc94fd9cde249e464fbf9432 +Subproject commit 1ef22fc697c4fd0f76a6f9daabcabb5035f6f77e