From b2319f35787a227af0dda65ffaddf1c6c273102e Mon Sep 17 00:00:00 2001 From: Greg King Date: Sun, 17 Apr 2022 14:45:33 -0400 Subject: [PATCH] Made all of the Makefile's rules be phony. --- .github/checks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/checks/Makefile b/.github/checks/Makefile index 662477790..dc42d14ca 100644 --- a/.github/checks/Makefile +++ b/.github/checks/Makefile @@ -1,5 +1,5 @@ -.PHONY: tabs +.PHONY: check tabs lastline spaces check: tabs lastline spaces