about summary refs log tree commit diff homepage
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* Build chroot only for OpenBSD, remove rc scriptJune McEnroe2021-10-17
|
* Extract chroot.tar with -p, install to WEBROOTJune McEnroe2021-09-27
|
* OpenBSD: Copy appropriate files for chrootJune McEnroe2021-09-26
|
* Link with -lncurseswJune McEnroe2021-09-24
|
* Replace kqueue with poll, remove libutil dependencyJune McEnroe2021-09-20
| | | | This makes the server much more portable.
* Remove READMEJune McEnroe2019-12-19
|
* Use braces in MakefileJune McEnroe2019-07-27
|
* Don't install rc.kfcgi eitherJune McEnroe2019-04-08
|
* Compress PNG data in imageJune McEnroe2019-01-07
| | | | kcgi never enables compression for FastCGI.
* Install html filesJune McEnroe2019-01-06
|
* Add kfcgi rc fileJune McEnroe2019-01-06
|
* Add image and font to chrootJune McEnroe2019-01-06
|
* 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