aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-01-17 15:12:31 -0500
committerBradley Taunt <bt@btxx.org>2025-01-17 15:12:31 -0500
commit068badb857215f0e10500ddd29a8b335efe3b2bd (patch)
tree1ab865c4164fa51d6a5badd716c5fc0ccb6e4b25 /Makefile
parent310ec04403d71ba58ee298d9e85315e2912f0acb (diff)
Complete styling changes - again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2207bdc..28a6eb2 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,3 @@ clean:
rm -rf build/*
.PHONY: build clean
-
- find . -type f \( -name "*.html" -o -name "*.css" -o -name "*.jpg" -o -name "*.png" -o -name "*.webp" \) -exec gzip -k -f {} \;