commit 830c93ee64fe931136eb842a7ed89af5199d8655
Author: Tom Schwindl <[email protected]>
AuthorDate: Sat Jun 25 12:03:26 2022 +0000
Commit: Hiltjo Posthuma <[email protected]>
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
@@ -1,5 +1,6 @@
# lsw - list window names
# See LICENSE file for copyright and license details.
+.POSIX:
include config.mk