<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hogem</author_name>
  <author_url>https://blog.hatena.ne.jp/hogem/</author_url>
  <blog_title>うまいぼうぶろぐ</blog_title>
  <blog_url>https://hogem.hatenablog.com/</blog_url>
  <categories>
    <anon>linux</anon>
  </categories>
  <description>忘れるからメモ。 マクロ変数の定義 変数を使う時は$(変数) 変数 = 値(文字列) CC = cc CFLAGS = -c INCLUDE = -I ../include 依存関係とコマンドの書式 ターゲット : 依存するファイル 生成コマンド コマンドの前は空白ではなくてtabなので注意。 hoge.o : hoge.c piyo.h $(CC) $(CFLAGS) hoge.c $(INCLUDE) fuga : hoge.o piyo.h $(CC) -o $@ hoge.o 一番最後の&quot;$@&quot;はmakeの特殊変数。ターゲット名に置き換わる。 サフィックスルールで書く これは便利。とい…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhogem.hatenablog.com%2Fentry%2F20060528%2F1148755107&quot; title=&quot;makefileの書式 - うまいぼうぶろぐ&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>2006-05-28 03:38:27</published>
  <title>makefileの書式</title>
  <type>rich</type>
  <url>https://hogem.hatenablog.com/entry/20060528/1148755107</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
