mirror of
				https://github.com/Atmosphere-NX/Atmosphere.git
				synced 2025-10-31 19:25:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			267 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			267 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| MODULES := loader ncm pm sm boot ams_mitm spl eclct.stub ro creport fatal dmnt boot2 erpt pgl jpegdec
 | |
| 
 | |
| SUBFOLDERS := $(MODULES)
 | |
| 
 | |
| TOPTARGETS := all clean
 | |
| 
 | |
| $(TOPTARGETS): $(SUBFOLDERS)
 | |
| 
 | |
| $(SUBFOLDERS):
 | |
| 	$(MAKE) -C $@ $(MAKECMDGOALS)
 | |
| 
 | |
| .PHONY: $(TOPTARGETS) $(SUBFOLDERS)
 |