added install option to makefile and a manpage

This commit is contained in:
2021-09-28 00:33:33 +10:00
parent ad7b81f448
commit 8e3683340d
7 changed files with 69 additions and 12 deletions

View File

@ -43,7 +43,7 @@ void stop();
void split();
void tpause();
void unsplit();
void reset();
void skip();
void loadKeymap();
void ftime(char *timestr, bool withMS, int ms);
int timespecToMS(struct timespec t);