From b111ae3706feea7a2d3fa79805240d2b469117e5 Mon Sep 17 00:00:00 2001 From: mms Date: Sat, 31 Aug 2024 22:29:58 +0200 Subject: feat(br): guns of avalon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 445387a..7e985e2 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ interlace_images: @dir_path="./public"; \ for file in $$(find "$$dir_path" -type f -name "*.jpg" -mtime -1); do \ convert $$file -interlace plane $$file; \ - done; \ + done; clean: rm -r public deploy: build interlace_images compress upload -- cgit v1.2.3