mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			93 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			93 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
RISCV := /opt/riscv
 | 
						|
 | 
						|
.PHONY: all clean
 | 
						|
 | 
						|
all:
 | 
						|
	./make-img.sh test.img
 | 
						|
 | 
						|
clean:
 | 
						|
	rm -f test.img
 |