mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-30 18:19:12 +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
|