<?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>Crawlicious &#187; make</title>
	<atom:link href="http://crawlicious.com/wp/tag/make/feed/" rel="self" type="application/rss+xml" />
	<link>http://crawlicious.com/wp</link>
	<description>tools for web business</description>
	<lastBuildDate>Sat, 21 Aug 2010 17:34:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>how to change directory in makefile</title>
		<link>http://crawlicious.com/wp/2009/06/11/make-change-dir/</link>
		<comments>http://crawlicious.com/wp/2009/06/11/make-change-dir/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 21:20:51 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[make]]></category>

		<guid isPermaLink="false">http://crawlicious.com/wp/?p=93</guid>
		<description><![CDATA[How do you change directories in a makefile, run a command and then change back? First off, all the commands that you want to run for that situation must be on the same line, because make executes each line with a new shell (weird huh?). Here is an example&#8230; foo: &#160;&#160;&#160;&#160;pushd /etc; pwd; popd &#160;&#160;&#160;&#160;cd [...]]]></description>
		<wfw:commentRss>http://crawlicious.com/wp/2009/06/11/make-change-dir/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
