<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hqlong&#039;s blog &#187; make</title>
	<atom:link href="http://hqlong.com/tag/make/feed" rel="self" type="application/rss+xml" />
	<link>http://hqlong.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2010 14:25:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>几步搞定makefile文件的编写</title>
		<link>http://hqlong.com/2009/06/820.html</link>
		<comments>http://hqlong.com/2009/06/820.html#comments</comments>
		<pubDate>Tue, 16 Jun 2009 06:24:59 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[makefile]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=820</guid>
		<description><![CDATA[对于一个简单的程序。如下： hello.c #include &#60; stdio.h&#62; int main&#40;&#41; &#123; printf&#40;&#34;hello world\n&#34;&#41;; return 0; &#125; 可通过 ~@ubuntu:~$ gcc hello.c -o hello 来进行编译。 当一个程序有3个文件时... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/06/820.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
