URI:
       Merge pull request #93 from Dhruv-Vanjari/dev - tty-clock - port of tty-clock to OpenBSD, with pledge/unveil added as goodie.
  HTML git clone https://git.drkhsh.at/tty-clock.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9e00c32098524c30dac4dab701f7e33f8bc7c880
   DIR parent 01b48842af0496ca461e4e4e1b46438121269cb8
  HTML Author: anarcat <anarcat@users.noreply.github.com>
       Date:   Wed,  7 Apr 2021 09:05:14 -0400
       
       Merge pull request #93 from Dhruv-Vanjari/dev
       
       Makefile: added ttyclock.h in dependencies for building the binary
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -2,7 +2,7 @@
        #Under BSD License
        #See clock.c for the license detail.
        
       -SRC = ttyclock.c
       +SRC = ttyclock.c ttyclock.h
        CC ?= gcc
        BIN ?= tty-clock
        PREFIX ?= /usr/local