Subversion Repositories FlightCtrl

Rev

Rev 1026 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1026 Rev 1031
Line 387... Line 387...
387
clean: begin clean_list finished end
387
clean: begin clean_list finished end
Line 388... Line 388...
388
 
388
 
389
clean_list :
389
clean_list :
390
	@echo
390
	@echo
391
	@echo $(MSG_CLEANING)
391
	@echo $(MSG_CLEANING)
392
#	$(REMOVE) $(TARGET).hex
392
	$(REMOVE) $(TARGET).hex
393
	$(REMOVE) $(TARGET).eep
393
	$(REMOVE) $(TARGET).eep
394
	$(REMOVE) $(TARGET).obj
394
	$(REMOVE) $(TARGET).obj
395
	$(REMOVE) $(TARGET).cof
395
	$(REMOVE) $(TARGET).cof
396
	$(REMOVE) $(TARGET).elf
396
	$(REMOVE) $(TARGET).elf