Makefile : ajout règle PHONY

This commit is contained in:
Ahurac 2024-03-09 23:53:14 +01:00
parent 55b0f56fb6
commit 8c3dc22119

View file

@ -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):