[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat 5aebd96ca1 1/5: Mark "check" as a PHONY target i
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat 5aebd96ca1 1/5: Mark "check" as a PHONY target in the Makefile |
Date: |
Sun, 21 May 2023 04:57:52 -0400 (EDT) |
branch: externals/compat
commit 5aebd96ca19af04a099196bbdc3d9c3aed9e8bb6
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@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