在Makefile中,可以使用以下方式来生成文件到指定位置:
target: source
cp source /path/to/destination
DEST_PATH = /path/to/destination
target: source
cp source $(DEST_PATH)
target: source
cp source $(DEST_PATH)
在命令行中执行以下命令:
make DEST_PATH=/path/to/destination
以上是一些常用的方法,具体的实现方式可以根据实际需求进行调整。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: makefile指定输出目录怎么实现