Changed case sensitive filename.
This commit is contained in:
@@ -128,10 +128,10 @@ $(LIBRARY): $(COREOBJ) Makefile
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm $(COBJ) $(AOBJ) $(COREOBJ)
|
-rm -rf $(COBJ) $(AOBJ) $(COREOBJ)
|
||||||
rm $(TARGET).elf $(TARGET).bin $(TARGET).dmp $(TARGET).map
|
-rm -rf $(TARGET).elf $(TARGET).bin $(TARGET).dmp $(TARGET).map
|
||||||
rm $(LIBRARY)
|
-rm -rf $(LIBRARY)
|
||||||
rm *.lst
|
-rm -rf *.lst
|
||||||
|
|
||||||
## Other dependencies
|
## Other dependencies
|
||||||
-include $(shell mkdir dep 2>/dev/null) $(wildcard dep/*)
|
-include $(shell mkdir dep 2>/dev/null) $(wildcard dep/*)
|
||||||
Reference in New Issue
Block a user