aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-01-03 13:24:00 -0500
committerBradley Taunt <bt@btxx.org>2025-01-03 13:24:00 -0500
commit310ec04403d71ba58ee298d9e85315e2912f0acb (patch)
treedd196f13a793ea3fcf27bbb2d819cca3e6f7294f /Makefile
parentae65fb1d28d79a8bb6d2bc12f7eb29779a79419e (diff)
Cleanup make file, use smaller webp imagery
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e01092..2207bdc 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,6 @@ build:
clean:
rm -rf build/*
-.PHONY: build clean
+.PHONY: build clean
+
+ find . -type f \( -name "*.html" -o -name "*.css" -o -name "*.jpg" -o -name "*.png" -o -name "*.webp" \) -exec gzip -k -f {} \;