summary refs log tree commit diff
path: root/bin/Makefile (follow)
Commit message (Collapse)AuthorAge
* 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
|
* Factor out png.hJune McEnroe2018-11-14
|
* Fix tags targetJune McEnroe2018-10-17
|
* Remove klonJune McEnroe2018-10-16
|
* Add ttpreJune McEnroe2018-10-08
|
* Use col -b to remove formatting for READMEJune McEnroe2018-10-08
|
* Add psf2pngJune McEnroe2018-09-28
|
* Add psfed, a PSF2 font editorJune McEnroe2018-09-24
|
* Move bin man pages to bin/manJune McEnroe2018-09-11
|
* Remove GAMES from BINSJune McEnroe2018-09-11
|
* Rewrite bin.7 and render to plaintext READMEJune McEnroe2018-09-11
|
* Add klon.6June McEnroe2018-09-07
|
* Link man pages in ~/.localJune McEnroe2018-09-07
|
* Use scheme.h in fbatt and fbclockJune McEnroe2018-08-20
|
* Generate scheme.hJune McEnroe2018-08-20
|
* Add open(1) forwarding to pbdJune McEnroe2018-08-08
|
* Move graphical programs out of binJune McEnroe2018-07-30
| | | | I wonder when the last time was something needed -ledit...
* Restore LDLIBS alphabetical orderJune McEnroe2018-07-23
|
* Link with -lcursesJune McEnroe2018-07-23
| | | | | Turns out that NetBSD has its own curses implementation and I'm all for not linking GNU software <3
* Add modemJune McEnroe2018-05-13
|
* Link with -lmJune McEnroe2018-05-11
| | | | Come on, FreeBSD.
* Add brotJune McEnroe2018-04-10
| | | | It's a Mandelbrot renderer.
* Move home bins to ~/.local/binJune McEnroe2018-04-03
| | | | | Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well.
* Add scheme.png targetJune McEnroe2018-03-31
|
* Add color scheme PNG generatorJune McEnroe2018-03-31
|
* PHONY is a waste of timeJune McEnroe2018-03-11
|
* Copy glitch from pngoJune McEnroe2018-03-02
|
* Remove jrpJune McEnroe2018-02-25
| | | | It was fun.
* Add WIP pngo which produces glitch artJune McEnroe2018-02-15
|