<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extreload/Makefile, branch bundle-lisp-dependencies</title>
<subtitle>Reload Chrome extensions from the command line</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/'/>
<entry>
<title>Update copyright dates after bundle changes</title>
<updated>2022-08-25T19:25:33+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-25T19:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/commit/?id=ab47e8726d57daa115f3d292a40a36fa1e768818'/>
<id>ab47e8726d57daa115f3d292a40a36fa1e768818</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Rewrite `pkg` target to include bundle and source</title>
<updated>2022-08-25T18:57:27+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-25T18:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/commit/?id=e830899cf2268f38ff21038c9c7edfd0b080b385'/>
<id>e830899cf2268f38ff21038c9c7edfd0b080b385</id>
<content type='text'>
Copy the `pkg` target from Wajir to make a tarball of the bundled
dependencies in `bundle` and the Extreload source code.

This tarball can then be distributed and the program can be built and
installed from it using the Makefile. By distributing the source, an
executable can be built for more architectures and systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy the `pkg` target from Wajir to make a tarball of the bundled
dependencies in `bundle` and the Extreload source code.

This tarball can then be distributed and the program can be built and
installed from it using the Makefile. By distributing the source, an
executable can be built for more architectures and systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add dependencies on `bundle` target</title>
<updated>2022-08-25T18:57:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-25T18:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/commit/?id=bc3109dd27646004bf12430ddeb210f23ccda7f7'/>
<id>bc3109dd27646004bf12430ddeb210f23ccda7f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add an `install` target</title>
<updated>2022-08-22T22:57:09+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-22T22:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/commit/?id=e7e878e98ab8ba34720e8466f0cab10e8e70980a'/>
<id>e7e878e98ab8ba34720e8466f0cab10e8e70980a</id>
<content type='text'>
Make it easy for package managers to build and install the program.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it easy for package managers to build and install the program.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add self-contained bundle target</title>
<updated>2022-08-22T22:55:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-08-22T22:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/commit/?id=add2fe905028b9f9926f10a9e862d2fec1511106'/>
<id>add2fe905028b9f9926f10a9e862d2fec1511106</id>
<content type='text'>
Add a target to create a self-contained bundle of the program that isn't
dependent on Quicklisp.

This code is based on what I did in Wajir.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a target to create a self-contained bundle of the program that isn't
dependent on Quicklisp.

This code is based on what I did in Wajir.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add source dependencies to `extreload` build</title>
<updated>2021-03-01T20:01:27+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-03-01T20:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/commit/?id=241947b61a6df43943f6319dd274fdc0312685b3'/>
<id>241947b61a6df43943f6319dd274fdc0312685b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add target to build a distributable package</title>
<updated>2021-02-27T19:54:19+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-27T19:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/commit/?id=bcd07d85adcf8b1937b3dc3688636e3f7b21ca79'/>
<id>bcd07d85adcf8b1937b3dc3688636e3f7b21ca79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Remove `release` target</title>
<updated>2021-02-27T18:59:30+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-27T18:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/commit/?id=2767bfce155c9044e23a99621892c827f3d0ec25'/>
<id>2767bfce155c9044e23a99621892c827f3d0ec25</id>
<content type='text'>
Not using ECL any more. Instead we're continuing to build with SBCL and
enable binary compression.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not using ECL any more. Instead we're continuing to build with SBCL and
enable binary compression.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add man page</title>
<updated>2021-02-27T18:57:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-27T18:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/commit/?id=d0f67f89cb1e5fd67bb5c6d23c8b44fe06440daf'/>
<id>d0f67f89cb1e5fd67bb5c6d23c8b44fe06440daf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move everything from `l/` into the project root</title>
<updated>2021-02-27T18:12:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-02-27T18:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/extreload/commit/?id=4792097ca56f278344f18a0a78aaca1278fd146e'/>
<id>4792097ca56f278344f18a0a78aaca1278fd146e</id>
<content type='text'>
This is the final project. Now that we got rid of the web extension and
native host code, we can move the Lisp code to the root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the final project. Now that we got rid of the web extension and
native host code, we can move the Lisp code to the root.
</pre>
</div>
</content>
</entry>
</feed>
