summary refs log tree commit diff
path: root/bin/Makefile (follow)
Commit message (Collapse)AuthorAge
...
* 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
|
* Move PNG filename counter into gfxxJune McEnroe2018-02-14
| | | | pngs.c was a fun idea but a little convoluted.
* Remove typoJune McEnroe2018-02-14
| | | | | The bin, not a typographical error. I only made it because I was switching keyboard layouts but now I'm back on QWERTY and can type fine.
* Add PNG stream splitterJune McEnroe2018-02-13
| | | | | I don't know, somehow this is easier than having gfxx care about where it's writing to.
* Only set GFX if unsetJune McEnroe2018-02-11
|
* Link -lncursesJune McEnroe2018-02-09
| | | | Apparently the curses link doesn't exist everywhere.
* 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
| | | | | I forgot that you can expand variables inside variables names in make. Certainly makes some fun things possible.
* Add janky X11 graphics frontendJune McEnroe2018-02-07
|
* Add tags targetJune McEnroe2018-02-06
| | | | | | This seems a bit out of character for me, but this is basically free: ctags(1) is part of FreeBSD and Darwin, and vim automatically uses tags. Also the format of tags files is cute.
* 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
| | | | | | I've been working on this the past two days. Not playable yet but I think a good start. I enjoy the card and stack representation too much and this is probably why I don't enjoy industry programming as much.