From ac904ac899d3e7b558e80d50e8849cecb395932f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 12 Oct 2021 11:31:40 -0300 Subject: Makefile: Add .POSIX: target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86c36ba..9afb336 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.POSIX: +all: check: sh aux/assert-shellcheck.sh sh aux/workflow/assert-todos.sh -- cgit v1.2.3