URI:
       make clean succeed all the time - 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 39f9d8843a5ddb16f71db6a510edea05db3b6ec3
   DIR parent 2a3e01597e689ec7fe40fb0a83a09beea9d35f58
  HTML Author: Antoine Beaupré <anarcat@koumbit.org>
       Date:   Sat, 16 Jul 2011 22:25:58 -0400
       
       make clean succeed all the time
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -31,6 +31,6 @@ uninstall :
        clean :
        
                @echo "cleaning ${BIN}"
       -        @rm ${BIN}
       +        @rm -f ${BIN}
                @echo "${BIN} cleaned"