标签: windows bash makefile
我在Windows上制作了文件,需要将二进制文件从path a 复制到path b
path
我使用以下
sudo cp $(CURDIR)/build/$mybin C:\WINDOWS\system32
我遇到错误
找不到文件,我在这里丢失了什么?