mirror of
				https://git.femboyfinancial.jp/james/lipsync.git
				synced 2025-10-30 22:03:42 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			177 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			177 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| CP=cp
 | |
| RM=rm
 | |
| 
 | |
| bocoree.dll: *.cs
 | |
| 	gmcs -recurse:*.cs -unsafe+ -target:library -out:bocoree.dll -r:System,System.Drawing,System.Windows.Forms
 | |
| 
 | |
| clean:
 | |
| 	$(RM) bocoree.dll
 | 
