Makefile : ajout règle PHONY
This commit is contained in:
parent
55b0f56fb6
commit
8c3dc22119
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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):
|
||||
|
|
Loading…
Reference in a new issue