diff --git a/Makefile b/Makefile index fa1cee3..fc5a007 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ SRC_C_SOURCES_NAMES := $(notdir $(basename $(wildcard $(SRCD)/*$(SRC_FMT)))) C_BINARIES := $(addprefix $(QEMU_BIN)/,$(SRC_C_SOURCES_NAMES)) # Directories in ~qemu necessary for qemush to work -QEMUSH_DIRS_NAMES := bin launchers images +QEMUSH_DIRS_NAMES := bin launchers disks QEMUSH_DIRS := $(addprefix $(QEMU_HOME)/,$(QEMUSH_DIRS_NAMES)) install: $(QEMUSH_DIRS) $(MODULES) $(C_BINARIES) $(QEMUSH) $(LAUNCHERS)