diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-07-14 12:41:44 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-07-14 12:41:44 -0400 |
| commit | 1156210a081f36ce0e6959204c70a712432260d9 (patch) | |
| tree | 03445ca2bc690d6e4b0bfb930874413e97fcba77 /Makefile | |
| parent | 55250557b163b0d71b7a4237b86529e07df6438f (diff) | |
Include gzip function in Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,10 +1,8 @@ build: rm -rf build && mkdir build ruby wruby.rb - + find build -type f \( -name "*.html" -o -name "*.css" \) -exec gzip -k -f {} \; 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 {} \; |
