From a7ad0cdcf30f6435fcc3224b2b62751ab9c1daff Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Sun, 1 Jan 2017 16:07:42 -0500 Subject: [PATCH] add PHONY to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e7e4bde..f29cc20 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: cargo test iso run + ifeq ($(shell grub-mkrescue -? &>/dev/null; echo $$?),0) grub-mkrescue = grub-mkrescue else