summary refs log tree commit diff homepage
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* Fix color pairs once and for all v1June McEnroe2018-08-05
| | | | | | | | | 8/16 color setup adapted from chat/ui.c. termcap patch hack no longer required. Black on black and bright black now work. Nothing will appear bold anymore on 256-color terminals. The keys for black have definitely always been in the help. You just didn't notice.
* Link with -lcursesJune McEnroe2018-07-24
| | | | NetBSD has its own curses implementation and doesn't ship ncurses.
* Add libm.so to chroot.tarJune McEnroe2018-07-22
|
* Link with -lmJune McEnroe2018-07-22
| | | | Darwin's lack of separation strikes again.
* Tabify sourceJune McEnroe2018-07-17
| | | | And other style changes.
* Link against ncursesJune McEnroe2018-03-31
|
* Generate tagsJune McEnroe2018-03-05
|
* Simplify Makefile with pattern ruleJune McEnroe2017-10-03
| | | | | | | Insert rant about how GNU make handles the .c rule with extra dependencies. Also I don't care that everything links curses now.
* Add quick data file merge toolJune McEnroe2017-08-31
| | | | Hopefully I won't have to use it ever again.
* Add MakefileJune McEnroe2017-08-26