From d1e377833f489f61b06bf9697339647eb9a0b238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Tue, 13 Aug 2024 16:48:58 +0200 Subject: [PATCH] Add missing phony marker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4284aa..fe49351 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,6 @@ reboot.img: main.efi %.so: %.o ld $< $(LDFLAGS) -o $@ -.PHONY: +.PHONY: clean clean: rm *.o *.so *.efi reboot.img