From 1025fb53ee1814be807a1d9bd97c6bb105260402 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Mon, 23 Dec 2019 15:23:37 +0300 Subject: Build: Ensure "install" is a phony target See https://github.com/SerenityOS/serenity/issues/897 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 5f9dae193d..00449a9be8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -107,4 +107,4 @@ clean: install: -.PHONY: all clean +.PHONY: all clean install -- cgit v1.2.3