mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Build both the native piece of SRB2 for Android, and the Java frontend.
 | 
						|
LOCAL_PATH:= $(call my-dir)
 | 
						|
 | 
						|
include $(CLEAR_VARS)
 | 
						|
 | 
						|
include $(call all-makefiles-under,$(LOCAL_PATH))
 |