From 4886c55d215f1f1140252ca6f2f9418d4cd19d0d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 20 Feb 2021 02:07:33 -0300 Subject: Makefile: Mark "all" target as .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b7ecfd..9bac359 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,4 @@ public: README.md TODOs.md EuAndreh.key sh aux/ci/report.sh '$(NAME)' cp EuAndreh.key public/ -.PHONY: clean check +.PHONY: all clean check -- cgit v1.2.3