about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f95bc49..53121cb 100644
--- a/Makefile
+++ b/Makefile
@@ -69,12 +69,10 @@ compress: .compressstamp
 .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