6 lines
		
	
	
		
			71 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			71 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all: install
 | |
| 
 | |
| install:
 | |
| 	cp -v evm.rdfs ../../python/cic_schema/data/	
 | |
| 
 |