<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dwm.git/Makefile, branch master</title>
<subtitle>My build of suckless dwm
</subtitle>
<id>https://git.farajli.net/dwm.git/atom?h=master</id>
<link rel='self' href='https://git.farajli.net/dwm.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/'/>
<updated>2025-06-26T13:12:07+00:00</updated>
<entry>
<title>chore: switch default browser from firefox to qutebrowser</title>
<updated>2025-06-26T13:12:07+00:00</updated>
<author>
<name>Suleyman Farajli</name>
<email>suleyman@farajli.net</email>
</author>
<published>2025-06-26T13:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/commit/?id=c5b23ae46482e85195a5b09ee5c07881250d8cad'/>
<id>urn:sha1:c5b23ae46482e85195a5b09ee5c07881250d8cad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>POSIX complaint makefile</title>
<updated>2025-05-28T10:02:54+00:00</updated>
<author>
<name>Suleyman Farajli</name>
<email>suleyman@farajli.net</email>
</author>
<published>2025-05-28T10:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/commit/?id=2b584b4a27a6078d35477c76ff665ae97099dffc'/>
<id>urn:sha1:2b584b4a27a6078d35477c76ff665ae97099dffc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>name `dwm_farajli-(VERSION)` instead of `dwm-farajli-(VERSION)` when</title>
<updated>2025-05-28T10:01:19+00:00</updated>
<author>
<name>Suleyman Farajli</name>
<email>suleyman@farajli.net</email>
</author>
<published>2025-05-28T10:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/commit/?id=c7793cb555faf3a54c44155ce447a33c53e1f98c'/>
<id>urn:sha1:c7793cb555faf3a54c44155ce447a33c53e1f98c</id>
<content type='text'>
creating the tarball
</content>
</entry>
<entry>
<title>include version number in the generated tarball</title>
<updated>2025-05-27T19:54:39+00:00</updated>
<author>
<name>Suleyman Farajli</name>
<email>suleyman@farajli.net</email>
</author>
<published>2025-01-18T18:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/commit/?id=5f7b2d6f2c1491c24e7f5eb7dc2edc2fa957a810'/>
<id>urn:sha1:5f7b2d6f2c1491c24e7f5eb7dc2edc2fa957a810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>generated tar file renamed to XXX-farajli.tar.gz</title>
<updated>2025-05-27T19:54:39+00:00</updated>
<author>
<name>Suleyman Farajli</name>
<email>suleyman@farajli.net</email>
</author>
<published>2025-01-18T12:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/commit/?id=673dbd2b3bcdec61b4f85efd88bb73285d96cdf9'/>
<id>urn:sha1:673dbd2b3bcdec61b4f85efd88bb73285d96cdf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>makefile dist updated</title>
<updated>2025-05-27T19:54:39+00:00</updated>
<author>
<name>Suleyman Farajli</name>
<email>suleyman@farajli.net</email>
</author>
<published>2024-09-05T08:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/commit/?id=2240d760674f1e07018438cb52ae39934625ccf4'/>
<id>urn:sha1:2240d760674f1e07018438cb52ae39934625ccf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile updated</title>
<updated>2025-05-27T19:51:38+00:00</updated>
<author>
<name>Suleyman Farajli</name>
<email>suleyman@farajli.net</email>
</author>
<published>2024-08-18T15:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/commit/?id=99cefb5592e84f25c92e228450b3fc84c00f9228'/>
<id>urn:sha1:99cefb5592e84f25c92e228450b3fc84c00f9228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: remove the options target</title>
<updated>2023-09-22T13:13:29+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2023-09-22T13:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/commit/?id=9f8855343c881bdc01b9fff5b956537ba1106b76'/>
<id>urn:sha1:9f8855343c881bdc01b9fff5b956537ba1106b76</id>
<content type='text'>
The Makefile used to suppress output (by using @), so this target made sense at
the time.

But the Makefile should be simple and make debugging with less abstractions or
fancy printing.  The Makefile was made verbose and doesn't hide the build
output, so remove this target.

Prompted by a question on the mailing list about the options target.
</content>
</entry>
<entry>
<title>Makefile: just show the compiler output</title>
<updated>2018-06-02T15:10:28+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-06-02T15:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/commit/?id=e78b4a9207d92956cee3e5bc3f70b5acabe72e5c'/>
<id>urn:sha1:e78b4a9207d92956cee3e5bc3f70b5acabe72e5c</id>
<content type='text'>
Don't be fancy and just show the actual output so debugging is simpler.
</content>
</entry>
<entry>
<title>remove old TODO and BUGS entries</title>
<updated>2018-05-12T17:14:19+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-05-12T17:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.farajli.net/dwm.git/commit/?id=10dfa65860d770cbce2cdaf67618f44f726a27c3'/>
<id>urn:sha1:10dfa65860d770cbce2cdaf67618f44f726a27c3</id>
<content type='text'>
the bug in the dwm man page is an (ancient) Java issue.

Thanks David and quinq for the patches and feedback!
</content>
</entry>
</feed>
