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 | |