mirror of
				https://github.com/Wiimpathy/HatariWii.git
				synced 2025-11-04 07:16:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
all: 
 | 
						|
	cd src; $(MAKE) -f Makefile.wii
 | 
						|
clean: 
 | 
						|
	cd src; $(MAKE) -f Makefile.wii clean
 | 
						|
run: 
 | 
						|
	cd src; wiiload hatari.dol
 |