mirror of
				https://github.com/Atmosphere-NX/Atmosphere.git
				synced 2025-11-04 12:51:17 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			181 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			181 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
SUBFOLDERS := sept-primary sept-secondary
 | 
						|
 | 
						|
TOPTARGETS := all clean
 | 
						|
 | 
						|
$(TOPTARGETS): $(SUBFOLDERS)
 | 
						|
 | 
						|
$(SUBFOLDERS):
 | 
						|
	$(MAKE) -C $@ $(MAKECMDGOALS)
 | 
						|
 | 
						|
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
 |