summary refs log tree commit diff
path: root/autogen.sh
blob: 9879c53e526cbdf5808cd7c6699f05e5051e23d3 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

aclocal \
&& autoheader \
&& automake --add-missing \
&& autoconf
/play/commit/play.c?id=27383bcfbfd79693c79920fdc424f68e3caaa4d2&follow=1'>Allow cumulative score gamesJune McEnroe 2021-01-31Check isattyJune McEnroe 2021-01-31Launch game immediately with SSH_ORIGINAL_COMMANDJune McEnroe 2021-01-29Handle getch ERR in menuJune McEnroe 2021-01-29Set process title to chosen gameJune McEnroe I just like to see :) 2021-01-29Add pause to snakeJune McEnroe 2021-01-29Add menu to choose 2048 or snakeJune McEnroe 2021-01-29Actually wait for a non-direction keyJune McEnroe 2021-01-29Give the snake a tailJune McEnroe 2021-01-29Don't let the snake snap its own neckJune McEnroe