python-makefile-example

时间:2024-03-10 11:56:59
【文件属性】:

文件名称:python-makefile-example

文件大小:2KB

文件格式:ZIP

更新时间:2024-03-10 11:56:59

Makefile

python-makefile-example 这是非编译语言的makefile的示例 对于这种语言,makefile的用例是程序生成某种输出( target )时 只需运行make ,您将看到第一次创建目标。 第二次运行make ,您将看到“ make: Nothing to be done for 'all'. ”。 这是因为前提条件没有改变; 因此,它将节省您再次执行程序的时间。 而已。 这个最小的例子应该给您足够的想法让您开始。 玩得开心 -马家胜


【文件预览】:
python-makefile-example-master
----main2.py(71B)
----target1(21B)
----aux.txt(21B)
----target2(20B)
----main1.py(82B)
----README.md(657B)
----makefile(553B)

网友评论