mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-05-01 12:19:11 +00:00
8 lines
88 B
Makefile
8 lines
88 B
Makefile
.PHONY: update
|
|
update:
|
|
hugo mod get ./... && hugo mod tidy
|
|
|
|
.PHONY: build
|
|
build:
|
|
hugo
|