mirror of
				https://github.com/Atmosphere-NX/Atmosphere.git
				synced 2025-10-27 01:25:47 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| SUBFOLDERS := fusee-primary fusee-mtc fusee-secondary
 | |
| 
 | |
| TOPTARGETS := all clean
 | |
| 
 | |
| $(TOPTARGETS): $(SUBFOLDERS)
 | |
| 
 | |
| $(SUBFOLDERS):
 | |
| 	$(MAKE) -C $@ $(MAKECMDGOALS)
 | |
| 
 | |
| .PHONY: $(TOPTARGETS) $(SUBFOLDERS)
 |