Clock written in about 5 minutes. Public Domain.
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-09-24 04:39:25 +00:00
.gitignore init 2023-09-24 04:39:25 +00:00
clock.c init 2023-09-24 04:39:25 +00:00
Makefile init 2023-09-24 04:39:25 +00:00
README init 2023-09-24 04:39:25 +00:00

/-------------------------------\
|             Clock             |
\-------------------------------/

It's just a clock.

The executable is compressed, if you compile it and it fails to run, run `mv clock~ clock` and try again.

Building: make or baked

          CPPFLAGS='...
          PERIOD      - Inteval which the clock will update by.
          CLEAR       - The control code for clearing the terminal.
          CLEAR_DUMB  - How it clears on a dumb terminal, 127 newlines is enough.
          '

          These definitions may be omitted without issue.

Installing: make install INSTALL=/usr/local PROGN=clock
            INSTALL - Installation location, should be somewhere within the PATH.
            PROGN   - A overridable program name, change it if you want to.

Licensed under the public domain.

This line makes the README as exactly as long as the code.