From 6a204753c03ae4743d5355110c54ba42b2faee72 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Mon, 15 Nov 2021 23:36:52 +0100 Subject: [PATCH] Fix typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c14dfc6e..7271d9bd 100644 --- a/Makefile +++ b/Makefile @@ -114,5 +114,5 @@ help: # No targets generates an output named after themselves -.PHONY all get-libs build amd64 run -.PHONY format test verify clean distclean help +.PHONY: all get-libs build amd64 run +.PHONY: format test verify clean distclean help