Remove correct output library file when running make clean in the LUFA build system.
This commit is contained in:
		
							parent
							
								
									a52dc06e62
								
							
						
					
					
						commit
						0ae0b1995f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -255,7 +255,7 @@ mostlyclean:
 | 
			
		|||
# Cleans all build files, leaving only the original source code
 | 
			
		||||
clean: mostlyclean
 | 
			
		||||
	@echo $(MSG_REMOVE_CMD) Removing output files of \"$(TARGET)\"
 | 
			
		||||
	rm -f $(TARGET).elf $(TARGET).hex $(TARGET).bin $(TARGET).eep $(TARGET).map $(TARGET).lss $(TARGET).sym $(TARGET).a
 | 
			
		||||
	rm -f $(TARGET).elf $(TARGET).hex $(TARGET).bin $(TARGET).eep $(TARGET).map $(TARGET).lss $(TARGET).sym lib$(TARGET).a
 | 
			
		||||
 | 
			
		||||
# Performs a complete build of the user application and prints size information afterwards
 | 
			
		||||
all: build_begin elf hex bin lss sym size build_end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue