From 67a0ea545aca75ffc8aedc716c14685e9c43f85e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 7 Oct 2022 14:39:04 -0500 Subject: [PATCH] MAKE: add .phony rule --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 20e9fb8..e944697 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: build + run: build # ./build/wayland-info/wayland-info