all repos — website @ e391d96ab2087f0667d301514f28c4e77d275192

My website

Remove unnecessary install target

Alan Pearce
commit

e391d96ab2087f0667d301514f28c4e77d275192

parent

05ba1a1e36136bf1febbea56ecb9662ed351899a

1 file changed, 1 insertion(+), 3 deletions(-)

changed files
M MakefileMakefile
@@ -69,12 +69,10 @@
.compressstamp: .formatstamp $(brotli_files) $(gzip_files) $(zstd_files) @touch .compressstamp -install: compress - deploy: .deploystamp .deploystamp: .compressstamp Caddyfile redis.Caddyfile Dockerfile fly.toml fly deploy @touch .deploystamp -.PHONY: all clean build format compress install deploy +.PHONY: all clean build format compress deploy