summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-08-31 22:29:58 +0200
committermms <michal@sapka.me>2024-08-31 22:29:58 +0200
commitb111ae3706feea7a2d3fa79805240d2b469117e5 (patch)
tree779bc82575287774699db18b903eec61dae271a8 /Makefile
parent10a92aee3cc80719bec97bff76ea4e0d3c6ee3c6 (diff)
feat(br): guns of avalon
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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