From 8c3dc221199f300a363ca9bbd577a24fca882ee3 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sat, 9 Mar 2024 23:53:14 +0100 Subject: [PATCH] =?UTF-8?q?Makefile=20:=20ajout=20r=C3=A8gle=20PHONY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 32c93c7..9699390 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,8 @@ C_BINARIES := $(addprefix $(QEMU_BIN)/,$(SRC_C_SOURCES_NAMES)) QEMUSH_DIRS_NAMES := bin launchers disks sockets/monitors sockets/spice QEMUSH_DIRS := $(addprefix $(QEMU_HOME)/,$(QEMUSH_DIRS_NAMES)) +.PHONY: install + install: $(QEMUSH_DIRS) $(MODULES) $(C_BINARIES) $(QEMUSH) $(LAUNCHERS) $(QEMUSH_DIRS):