summary refs log tree commit diff
path: root/bin/Makefile (follow)
Commit message (Collapse)AuthorAge
* Remove aesJune McEnroe2020-06-17
|
* Add c scriptJune McEnroe2020-05-31
|
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
|
* Remove setoptJune McEnroe2020-03-03
|
* Separate LINKS from BINS for html to workJune McEnroe2020-02-11
|
* Reorganize the Makefile for the umpteenth timeJune McEnroe2020-01-31
| | | | Broke out LDLIBS for each bin, and made everything more uniform.
* Revert "Add first working version of imbox"June McEnroe2019-12-21
| | | | | | Moved to <https://git.causal.agency/imbox>. This reverts commit 6aa7f2f6bf47fa9df9c749ce665171fa30800937.
* Add first working version of imboxJune McEnroe2019-12-21
|
* Rename bin.7 to README.7June McEnroe2019-11-27
| | | | GitHub be damned.
* Replace shotty with code from streamJune McEnroe2019-11-25
| | | | | | | A much more complete implementation of a terminal emulator which I also fuzzed. Code is still kind of a mess though. Also case range syntax is now allowed here I guess.
* Use CURL_PREFIX to set flagsJune McEnroe2019-09-05
|
* Add titleJune McEnroe2019-09-05
|
* Add editJune McEnroe2019-08-29
|
* Rename wat to everJune McEnroe2019-08-28
|
* Remove brot and gfxxJune McEnroe2019-08-28
|
* Use rand(3) in beefJune McEnroe2019-08-28
|
* Remove wakeJune McEnroe2019-08-28
| | | | RIP again, thursday. I don't think the RPi3 even knows how to suspend.
* Make dtch one command, add sinkingJune McEnroe2019-08-12
|
* Rewrite Makefile once more with more organizationJune McEnroe2019-07-27
|
* Reference png.h in bin.7June McEnroe2019-07-27
|
* Revert "Use scheme to style HTMLs"June McEnroe2019-07-27
| | | | | | This reverts commit 4b7d5161a30645b0a23691687ef1aafdda62d3bb. I don't know why but I don't like it.
* Add png.3 man pageJune McEnroe2019-07-25
|
* Use scheme to style HTMLsJune McEnroe2019-07-25
|
* Generate index.html with links from bin.7June McEnroe2019-07-25
|
* Add whenJune McEnroe2019-07-24
| | | | When? Now.
* Remove histedit from bitJune McEnroe2019-07-24
| | | | | Decided that I don't really need it and would rather have fewer dependencies.
* Add shotty man page and build itJune McEnroe2019-07-09
|
* Add pteeJune McEnroe2019-07-08
|
* Simplify and build bitJune McEnroe2019-05-30
| | | | lex is a waste of time.
* Add orderJune McEnroe2019-05-15
|
* Fix MANDIR typoJune McEnroe2019-05-04
|
* Move relay to binJune McEnroe2019-05-04
|
* Add setoptJune McEnroe2019-02-24
|
* Use $PWD in html.sh to pass absolute path to manJune McEnroe2019-02-20
|
* Factor out html.sh and produce html for all sourcesJune McEnroe2019-02-20
| | | | | | Except for gfx-cocoa because I don't have an Objective-C highlighter. Also hypothetically the .h rule could match up headers with .3 manual pages if I cared to write them.
* Remove hi line numberingJune McEnroe2019-02-18
| | | | | | Tags are much better for referring to specific parts of a file and line numbering is better done by a post-processing tool such as cat -n or producing a two-column HTML <table>.
* Generate HTML with hi -n -f html -o anchorJune McEnroe2019-02-17
| | | | | Running hi twice to insert stuff between the head and the content is a bit of a hack but oh well.
* Unify *up scripts into one up.shJune McEnroe2019-02-12
|
* Install html with -CJune McEnroe2019-02-11
|
* Generate html for binsJune McEnroe2019-02-10
|
* Run hi -c after compiling hiJune McEnroe2019-02-09
|
* Add pattend to hiJune McEnroe2019-02-06
|
* Add aesJune McEnroe2019-02-05
| | | | | Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile.
* Add beef Befunge-93 interpreterJune McEnroe2019-01-26
|
* Revert -std=c11 because GNU sucksJune McEnroe2019-01-19
| | | | | It wants me to #define all kinds of bullshit to get basic functions like getopt(3).
* Reunify gfx and binJune McEnroe2019-01-17
|
* Reorganize bin and Makefile once againJune McEnroe2019-01-17
|
* Rename rec to watJune McEnroe2019-01-01
|
* Rename watch to recJune McEnroe2018-12-02
| | | | A watch binary already exists in various places (but isn't useful).
* Rearrange bin Makefile once moreJune McEnroe2018-11-14
|