Makefile: Add POSIX target - lsw - lists window titles of X clients to stdout
 (HTM) git clone git://git.suckless.org/lsw
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 830c93ee64fe931136eb842a7ed89af5199d8655
 (DIR) parent b3a8bc86130458152e7700ffe690ef64bca98288
 (HTM) Author: Tom Schwindl <schwindl@posteo.de>
       Date:   Sat, 25 Jun 2022 12:03:26 +0000
       
       Makefile: Add POSIX target
       
       Since no extensions are used in the Makefile, add the .POSIX target.
       
       Diffstat:
         M Makefile                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -1,5 +1,6 @@
        # lsw - list window names
        # See LICENSE file for copyright and license details.
       +.POSIX:
        
        include config.mk