summary refs log tree commit diff
path: root/bin/Makefile (follow)
Commit message (Expand)AuthorAge
...
* Remove jrpJune McEnroe2018-02-25
* Add WIP pngo which produces glitch artJune McEnroe2018-02-15
* Move PNG filename counter into gfxxJune McEnroe2018-02-14
* Remove typoJune McEnroe2018-02-14
* Add PNG stream splitterJune McEnroe2018-02-13
* Only set GFX if unsetJune McEnroe2018-02-11
* Link -lncursesJune McEnroe2018-02-09
* Silence BSD ctags warningsJune McEnroe2018-02-09
* Link LDLIBS regardless of GFXJune McEnroe2018-02-09
* Move gfx frontends around to simplify buildJune McEnroe2018-02-09
* Add janky X11 graphics frontendJune McEnroe2018-02-07
* Add tags targetJune McEnroe2018-02-06
* Mark mac target phonyJune McEnroe2018-02-04
* Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe2018-02-04
* Separate gfxx and its framebuffer frontendJune McEnroe2018-02-03
* Add fbattJune McEnroe2018-02-01
* Build any target by defaultJune McEnroe2018-02-01
* Add gfxxJune McEnroe2018-02-01
* Add fbclockJune McEnroe2018-01-29
* Remove color from MakefileJune McEnroe2018-01-29
* Add setuid target for briJune McEnroe2018-01-29
* Add color.cJune McEnroe2018-01-28
* Add portable bins targetJune McEnroe2018-01-28
* Add klonJune McEnroe2018-01-22
* Remove ishJune McEnroe2017-10-26
* Add beginning of very basic shell, ishJune McEnroe2017-10-13
* Regenerate gitignore with allJune McEnroe2017-09-27
* Combine pbcopy and pbpaste rulesJune McEnroe2017-09-27
* Simplify bins MakefileJune McEnroe2017-09-17
* Move typo words to separate fileJune McEnroe2017-09-15
* Add .gitignore target to bins MakefileJune McEnroe2017-09-14
* Add typing gameJune McEnroe2017-09-14
* Fix bin/Makefile FreeBSD compatibilityJune McEnroe2017-09-06
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06
> Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe