Makefile: dumb down shell syntax
This commit is contained in:
parent
50b5c7aa5f
commit
049fdc1396
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -24,7 +24,8 @@ $(BUILDDIR)/%.dir: $(BUILDDIR)/%.jar
|
|||
svd: $(BUILDDIR)/com.st.stm32cube.ide.mcu.productdb.debug.dir
|
||||
rm -rf $@
|
||||
mkdir -p $@
|
||||
cp $</resources/cmsis/STMicroelectronics_CMSIS_SVD/{*.svd,License.html} $@/
|
||||
cp $</resources/cmsis/STMicroelectronics_CMSIS_SVD/License.html $@/License.html
|
||||
cp $</resources/cmsis/STMicroelectronics_CMSIS_SVD/*.svd $@/
|
||||
cp $(BUILDDIR)/com.st.stm32cube.ide.mcu.productdb.debug.jar.version $@/source_file_versions.txt
|
||||
|
||||
.PHONY: update_xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue