about summary refs log tree commit diff homepage
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* Fix make cleanJune McEnroe2018-11-29
|
* Use png.h and config.mkJune McEnroe2018-11-29
|
* Fix Makefile indentationJune McEnroe2018-10-20
|
* Add install targetJune McEnroe2018-10-20
|
* Add rc.torusJune McEnroe2018-10-20
|
* Add server daemonizationJune McEnroe2018-10-14
|
* Replace torus.7 with torus.1June McEnroe2018-10-12
|
* Add PNG rendererJune McEnroe2018-10-10
|
* Link staticallyJune McEnroe2018-10-07
|
* Use PascalCase for constantsJune McEnroe2018-09-30
|
* Add .o rule for BSD makeJune McEnroe2018-08-25
|
* Revert "Explicitly build from .o objects"June McEnroe2018-08-25
| | | | This reverts commit 8f73696d3577a2c65b040838597a1710097c5488.
* Remove -lmJune McEnroe2018-08-25
| | | | Map rendering uses only integer arithmetic this time.
* Explicitly build from .o objectsJune McEnroe2018-08-25
| | | | | Otherwise BSD make just builds the binaries from the .c files directly, ignoring the .h dependencies.
* Add client-side help pageJune McEnroe2018-08-24
|
* Remove helpJune McEnroe2018-08-23
|
* Replace client with rudimentary CP437 supportJune McEnroe2018-08-21
|
* Clean up MakefileJune McEnroe2018-08-21
| | | | Having .o files depend on .h files works correctly everywhere, it seems.
* 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