mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +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"
 | 
