11 lines
		
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all: $(addsuffix .gz, $(wildcard *.*))
 | |
| 
 | |
| %.gz: %
 | |
| 	#brotli -q 11 $<
 | |
| 	pigz -11 -I 573 $<
 | |
| 
 | |
| # pigz -11 -J 34 -I 100 -F < $< > $@.first
 | |
| 
 | |
| # disabling brotli after all since the gain is meh
 | |
| #   and it bloats sfx and wheels by like 70%
 | 
