remove .bin and .hex too
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -36,7 +36,7 @@ crc.o: crc.h
 | 
				
			|||||||
ledcontroller.o: ledcontroller.h
 | 
					ledcontroller.o: ledcontroller.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -rf *.o $(PRG).elf *.eps *.png *.pdf *.bak 
 | 
						rm -rf *.o $(PRG).elf $(PRG).bin $(PRG).hex *.eps *.png *.pdf *.bak 
 | 
				
			||||||
	rm -rf *.lst *.map $(EXTRA_CLEAN_FILES)
 | 
						rm -rf *.lst *.map $(EXTRA_CLEAN_FILES)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
hex:  $(PRG).hex
 | 
					hex:  $(PRG).hex
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user