all repos — homestead @ bba79497c1aac65d11c9d987433b6b79dfdc778b

Code for my website

Make `build` make target more obvious

Alan Pearce
commit

bba79497c1aac65d11c9d987433b6b79dfdc778b

parent

fb24fc590ebd748a05ecd934e0ed21aad6c0d5f9

1 file changed, 3 insertions(+), 1 deletion(-)

jump to
M MakefileMakefile
@@ -8,7 +8,9 @@ brotli := brotli --force
gzip := gzip --best --keep --force zstd := zstd --force --no-pass-through -19 --quiet -build: +build: $(PREFIX) + +$(PREFIX): zola build --output-dir $(PREFIX) clean: