fixed invalid path in template target
This commit is contained in:
parent
d3bf8f51f4
commit
3c310f1d0f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -174,7 +174,7 @@ template: cube src
|
|||
cp -ri $(CUBE_DIR)/Projects/$(BOARD)/$(EXAMPLE)/Src/* src
|
||||
cp -ri $(CUBE_DIR)/Projects/$(BOARD)/$(EXAMPLE)/Inc/* src
|
||||
cp -i $(DEV_DIR)/Source/Templates/gcc/startup_$(MCU_LC).s src
|
||||
cp -i $(DEV_DIR)/Source/Templates/gcc/linker/$(MCU_UC)_FLASH.ld scripts/$(MCU_LC).ld
|
||||
cp -i $(DEV_DIR)/Source/Templates/gcc/linker/$(MCU_UC)_FLASH.ld $(MCU_LC).ld
|
||||
|
||||
clean:
|
||||
@echo "[RM] $(TARGET).elf"; rm -f $(TARGET).elf
|
||||
|
|
Loading…
Add table
Reference in a new issue