mirror of
				https://github.com/janet-lang/janet
				synced 2025-11-03 17:13:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			84 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			84 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
set -eux
 | 
						|
 | 
						|
export CC=afl-clang
 | 
						|
make clean
 | 
						|
make -j $(nproc) all
 | 
						|
mkdir -p "./fuzz_out"
 |