summary refs log tree commit diff
path: root/bin/Makefile (follow)
Commit message (Collapse)AuthorAge
...
* 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.
* Remove ishJune McEnroe2017-10-26
| | | | I think I've lost the ability to code...
* Add beginning of very basic shell, ishJune McEnroe2017-10-13
| | | | Following <https://github.com/tokenrove/build-your-own-shell>.
* Regenerate gitignore with allJune McEnroe2017-09-27
|
* Combine pbcopy and pbpaste rulesJune McEnroe2017-09-27
|
* Simplify bins MakefileJune McEnroe2017-09-17
| | | | | Just link the usual libs for everything. Append warnings flags to CFLAGS.
* 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
| | | | | Have to use the same generic rule as sys.mk so it replaces it. Otherwise it only uses the one in sys.mk.
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06