URI:
       Fix MakeFile - 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 9a727be40527a1ce107849783e3a7d2f24d88d83
   DIR parent efe374a07c87a5443dc90824cd1628e92176151a
  HTML Author: Martin Duquesnoy <xorg62@gmail.com>
       Date:   Sat,  6 Dec 2008 01:19:31 +0100
       
       Fix MakeFile
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -12,7 +12,7 @@ tty-clock : ${SRC}
                @echo "CC ${CFLAGS} ${SRC}"
                @${CC} ${CFLAGS} ${SRC} -o ${BIN}
        
       -install : tty-clock
       +install : ${BIN}
        
                @echo "installing binary file to ${INSTALLPATH}${BIN}"
                @cp ${BIN} ${INSTALLPATH}