From e391d96ab2087f0667d301514f28c4e77d275192 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 9 Jul 2023 15:09:25 +0200 Subject: Remove unnecessary install target --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit 1.4.1