mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	Fix remove old mod dir script in Makefile
This commit is contained in:
		
							parent
							
								
									a71fda7157
								
							
						
					
					
						commit
						a04dd8b297
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -628,7 +628,7 @@ _ := $(shell rm -rf ./$(BUILD_DIR)/$(LANG_DIR))
 | 
			
		|||
MOD_DIR := mods
 | 
			
		||||
 | 
			
		||||
# Remove old mod dir
 | 
			
		||||
_ := $(PYTHON) $(TOOLS_DIR)/remove_built_in_mods.py
 | 
			
		||||
_ := $(shell $(PYTHON) $(TOOLS_DIR)/remove_built_in_mods.py)
 | 
			
		||||
 | 
			
		||||
# Automatic dependency files
 | 
			
		||||
DEP_FILES := $(O_FILES:.o=.d) $(ULTRA_O_FILES:.o=.d) $(GODDARD_O_FILES:.o=.d) $(BUILD_DIR)/$(LD_SCRIPT).d
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue