From 10a92aee3cc80719bec97bff76ea4e0d3c6ee3c6 Mon Sep 17 00:00:00 2001 From: mms Date: Sat, 31 Aug 2024 21:58:45 +0200 Subject: feat: good omens --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 124a680..445387a 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,9 @@ upload: echo "Rsync completed." interlace_images: @dir_path="./public"; \ - for file in $$(find "$$dir_path" -type f -name "*.jpg"); do \ + for file in $$(find "$$dir_path" -type f -name "*.jpg" -mtime -1); do \ convert $$file -interlace plane $$file; \ done; \ - clean: rm -r public deploy: build interlace_images compress upload -- cgit v1.2.3