Add Makefile

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-05 14:10:11 +02:00
parent 0ba65ae551
commit b3c72fced3
2 changed files with 13 additions and 1 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
THEME := themes/huell
.PHONY: all theme hugo
all: theme hugo
theme:
cd $(THEME) && \
nix develop --command make
hugo:
hugo