branch: externals/compat commit 5aebd96ca19af04a099196bbdc3d9c3aed9e8bb6 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Mark "check" as a PHONY target in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d72f7631f4..64bfd6443e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .POSIX: -.PHONY: all compile test clean +.PHONY: all compile test clean check .SUFFIXES: .el .elc EMACS = emacs