<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Makefile on Changlin&#39;s Blog</title>
    <link>https://timely-sprinkles-c55fc0.netlify.app/tags/makefile/</link>
    <description>Recent content in Makefile on Changlin&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 17 Dec 2023 14:45:30 -0600</lastBuildDate><atom:link href="https://timely-sprinkles-c55fc0.netlify.app/tags/makefile/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>GNU Make</title>
      <link>https://timely-sprinkles-c55fc0.netlify.app/posts/make/</link>
      <pubDate>Sun, 17 Dec 2023 14:45:30 -0600</pubDate>
      
      <guid>https://timely-sprinkles-c55fc0.netlify.app/posts/make/</guid>
      <description>Makefile GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program&amp;rsquo;s source files.
Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.</description>
    </item>
    
  </channel>
</rss>
