From 345ea44fb3c439ecf871888656c761a179c331cf Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 26 Sep 2024 15:05:00 +0000 Subject: [PATCH] fix: delete useless `.PHONY` rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4901e8..0b3871d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all clean +.PHONY: all all: out out/sh