Makefile: add target .PHONY back - svkbd - simple virtual keyboard
 (HTM) git clone git://git.suckless.org/svkbd
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2d1f9177b86b57691c975313948556e40140fcf6
 (DIR) parent 1c75314faf5a6d6a9d330b01d50ebbf0cd424b15
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 29 May 2020 16:12:46 +0200
       
       Makefile: add target .PHONY back
       
       Whoops, forgot to add it in the refactor.
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -65,4 +65,4 @@ uninstall:
                rm -f ${DESTDIR}${PREFIX}/bin/${NAME}-??
                rm -f ${DESTDIR}${MANPREFIX}/man1/${MAN1}
        
       -.PHONY: all clean dist install uninstall
       +.PHONY: all clean dist options install uninstall