<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anduril/Makefile, branch trunk</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/'/>
<entry>
<title>added a Makefile, so either `make` or `./make` can be used for most tasks</title>
<updated>2023-11-07T22:01:31+00:00</updated>
<author>
<name>Selene ToyKeeper</name>
</author>
<published>2023-11-07T22:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril/commit/?id=b0def630e3489f0e2a78dd27a1c0bb4b77663c6e'/>
<id>b0def630e3489f0e2a78dd27a1c0bb4b77663c6e</id>
<content type='text'>
`make` doesn't always work, like when the user tries to do certain types
of CLI args, but it's handy to have as a convenience sometimes.

What works:

  - make
  - make clean
  - make hank boost
  - make me a sandwich

What doesn't work:

  - make foo --bar
  - make foo BAR=1

The `make` program eats some types of arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`make` doesn't always work, like when the user tries to do certain types
of CLI args, but it's handy to have as a convenience sometimes.

What works:

  - make
  - make clean
  - make hank boost
  - make me a sandwich

What doesn't work:

  - make foo --bar
  - make foo BAR=1

The `make` program eats some types of arguments.
</pre>
</div>
</content>
</entry>
</feed>
