<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gom68</author_name>
  <author_url>https://blog.hatena.ne.jp/gom68/</author_url>
  <blog_title>gom68の日記</blog_title>
  <blog_url>https://gom.hatenablog.com/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>いちいちgcc のオプションとか叩くのが面倒なので、Makefileを作ってみた。 参考: Makefileの書き方 - スキルアップ輪講 Makefileの基本的な構文は依存関係を表す依存関係行です。依存関係行はこんな感じです。ターゲット名: 依存ファイル名1 依存ファイル名2 依存ファイル名3 コマンド行1 コマンド行2 コマンド行3 なるほど。 #Makefile cat: cat.c gcc -o cat cat.cターゲット名を指定すると、そのターゲットだけ実行できるのね。 $ make catターゲット名を指定しない場合は、先頭のターゲットを実行する。 複数のプログラムをまとめて …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgom.hatenablog.com%2Fentry%2F20090125%2F1232869342&quot; title=&quot;Makefile を書いてみる - gom68の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-01-25 16:42:22</published>
  <title>Makefile を書いてみる</title>
  <type>rich</type>
  <url>https://gom.hatenablog.com/entry/20090125/1232869342</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
