summary refs log tree commit diff homepage
path: root/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-25 01:17:16 -0400
committerJune McEnroe <june@causal.agency>2018-08-25 01:17:16 -0400
commit8f73696d3577a2c65b040838597a1710097c5488 (patch)
treea99f38d1cf5725f3a8e3bfddf73de593cb378aa8 /.gitignore
parentImplement map rendering (diff)
downloadtorus-8f73696d3577a2c65b040838597a1710097c5488.tar.gz
torus-8f73696d3577a2c65b040838597a1710097c5488.zip
Explicitly build from .o objects
Otherwise BSD make just builds the binaries from the .c files directly,
ignoring the .h dependencies.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
-08Factor out default pathsJune McEnroe 2019-01-08Remove incorrect default coordinatesJune McEnroe 2019-01-07Set img src when explore fragment changesJune McEnroe 2019-01-07Compress PNG data in imageJune McEnroe 2019-01-07madvise MADV_NOCORE in imageJune McEnroe 2019-01-07Add license notice to explore JavaScriptJune McEnroe 2019-01-07Add Q/Home binding in exploreJune McEnroe 2019-01-07Fix explore image URLJune McEnroe 2019-01-07Add HOME button, ssh link, AGPL notice to exploreJune McEnroe 2019-01-06Add meta viewport to exploreJune McEnroe 2019-01-06Set background and max-width in exploreJune McEnroe 2019-01-06Swallow writes after the connection is closedJune McEnroe 2019-01-06Handle KCGI_HUPJune McEnroe 2019-01-06Install html filesJune McEnroe