diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-01-03 13:24:00 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-01-03 13:24:00 -0500 |
| commit | 310ec04403d71ba58ee298d9e85315e2912f0acb (patch) | |
| tree | dd196f13a793ea3fcf27bbb2d819cca3e6f7294f /Makefile | |
| parent | ae65fb1d28d79a8bb6d2bc12f7eb29779a79419e (diff) | |
Cleanup make file, use smaller webp imagery
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 {} \; |
