<feed xmlns='http://www.w3.org/2005/Atom'>
<title>even.git/Makefile, branch master</title>
<subtitle>A very basic c binary to check if an input number is even.
</subtitle>
<id>https://git.zachir.xyz/even.git/atom?h=master</id>
<link rel='self' href='https://git.zachir.xyz/even.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/'/>
<updated>2024-03-11T06:42:53+00:00</updated>
<entry>
<title>Add install/uninstall to Makefile</title>
<updated>2024-03-11T06:42:53+00:00</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-03-11T06:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=ccb5c84449f930aa66d8ee9d47f7a5d806ce5df5'/>
<id>urn:sha1:ccb5c84449f930aa66d8ee9d47f7a5d806ce5df5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace build system with zig</title>
<updated>2024-03-11T06:34:22+00:00</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-03-11T06:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=2b135d87f5c1f1f307984f5fd78e151f5ee99dae'/>
<id>urn:sha1:2b135d87f5c1f1f307984f5fd78e151f5ee99dae</id>
<content type='text'>
Zig is actually handling the building and such, now the Makefile is
here just as a wrapper for it.
</content>
</entry>
<entry>
<title>Optimize for size, and redo Makefile</title>
<updated>2024-03-07T05:32:28+00:00</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-03-07T05:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=42b5d719a0207a56b482a4e0298d72b628b93fa0'/>
<id>urn:sha1:42b5d719a0207a56b482a4e0298d72b628b93fa0</id>
<content type='text'>
Optimizing for size for the current comparison. Also, I don't know of a
generic way to do ${OBJ}: ${SRC} as a Makefile target, so I made that
part not generic.
</content>
</entry>
<entry>
<title>even: Add bin to check if number is even</title>
<updated>2024-02-15T05:54:52+00:00</updated>
<author>
<name>zachir</name>
<email>zachir@librem.one</email>
</author>
<published>2024-02-15T05:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/even.git/commit/?id=0689d6bbbb0e6ecc3934d8e4a2e9b0fc66a0b29f'/>
<id>urn:sha1:0689d6bbbb0e6ecc3934d8e4a2e9b0fc66a0b29f</id>
<content type='text'>
even is a basic binary to check if the provided number is even.
</content>
</entry>
</feed>
