Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: Add POSIX target - lsw - lists window titles of X clients to stdout
git clone git://git.suckless.org/lsw
Log
Files
Refs
README
LICENSE
---
commit 830c93ee64fe931136eb842a7ed89af5199d8655
parent b3a8bc86130458152e7700ffe690ef64bca98288
Author: Tom Schwindl <[email protected]>
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(-)
---
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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.