随笔分类 -  other

摘要:makefile的默认shell是/bin/sh,本身是不支持source 可以将shell切换成/bin/csh来支持source 如下所示:#Makefile SHELL := /bin/csh 阅读全文
posted @ 2021-09-23 21:08 DarkRuler 阅读(1031) 评论(0) 推荐(0)