<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Makefile%3A%E8%87%AA%E5%8A%A8%E6%8E%A8%E5%AF%BC</id>
	<title>Makefile:自动推导 - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Makefile%3A%E8%87%AA%E5%8A%A8%E6%8E%A8%E5%AF%BC"/>
	<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Makefile:%E8%87%AA%E5%8A%A8%E6%8E%A8%E5%AF%BC&amp;action=history"/>
	<updated>2026-06-02T21:20:51Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.riguz.com/index.php?title=Makefile:%E8%87%AA%E5%8A%A8%E6%8E%A8%E5%AF%BC&amp;diff=1611&amp;oldid=prev</id>
		<title>imported&gt;Soleverlee：​以“&lt;source lang=&quot;make&quot;&gt; CC = gcc  objects = mathApi.o main.o bin = hello.exe  all:main  main:$(objects)         $(CC) -o $(bin) $(objects)  .PHONY: clean clean:...”为内容创建页面</title>
		<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Makefile:%E8%87%AA%E5%8A%A8%E6%8E%A8%E5%AF%BC&amp;diff=1611&amp;oldid=prev"/>
		<updated>2016-06-08T06:20:51Z</updated>

		<summary type="html">&lt;p&gt;以“&amp;lt;source lang=&amp;quot;make&amp;quot;&amp;gt; CC = gcc  objects = mathApi.o main.o bin = hello.exe  all:main  main:$(objects)         $(CC) -o $(bin) $(objects)  .PHONY: clean clean:...”为内容创建页面&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;make&amp;quot;&amp;gt;&lt;br /&gt;
CC = gcc&lt;br /&gt;
&lt;br /&gt;
objects = mathApi.o main.o&lt;br /&gt;
bin = hello.exe&lt;br /&gt;
&lt;br /&gt;
all:main&lt;br /&gt;
&lt;br /&gt;
main:$(objects)&lt;br /&gt;
        $(CC) -o $(bin) $(objects)&lt;br /&gt;
&lt;br /&gt;
.PHONY: clean&lt;br /&gt;
clean:&lt;br /&gt;
        rm -f $(objects) $(bin)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Programe]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Soleverlee</name></author>
	</entry>
</feed>