[hackers] [lsw] Makefile: Add POSIX target || Tom Schwindl
commit 830c93ee64fe931136eb842a7ed89af5199d8655
Author: Tom Schwindl <schwindl_AT_posteo.de>
AuthorDate: Sat Jun 25 12:03:26 2022 +0000
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Sat Jun 25 15:13:44 2022 +0200
Makefile: Add POSIX target
Since no extensions are used in the Makefile, add the .POSIX target.
diff --git a/Makefile b/Makefile
index b37fa64..7d7e00d 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -1,5 +1,6 @@
# lsw - list window names
# See LICENSE file for copyright and license details.
+.POSIX:
include config.mk
Received on Sat Jun 25 2022 - 15:13:55 CEST
This archive was generated by hypermail 2.3.0
: Sat Jun 25 2022 - 15:24:29 CEST