File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ exe: _output/bin/limactl$(exe)
181181
182182.PHONY : minimal native
183183minimal : clean limactl native-guestagent default_template
184- native : clean limactl helpers native-guestagent templates template_experimentals
184+ native : clean limactl limactl-plugins helpers native-guestagent templates template_experimentals additional-drivers
185185
186186# ###############################################################################
187187# These configs were once customizable but should no longer be changed.
@@ -641,9 +641,10 @@ ARTIFACT_ADDITIONAL_GUESTAGENTS_PATH_COMMON = _artifacts/lima-additional-guestag
641641artifact : $(addprefix $(ARTIFACT_PATH_COMMON ) ,$(ARTIFACT_FILE_EXTENSIONS ) ) \
642642 $(addprefix $(ARTIFACT_ADDITIONAL_GUESTAGENTS_PATH_COMMON ) ,$(ARTIFACT_FILE_EXTENSIONS ) )
643643
644- ARTIFACT_DES = _output/bin/limactl$(exe ) $(LIMA_DEPS ) $(HELPERS_DEPS ) \
644+ ARTIFACT_DES = _output/bin/limactl$(exe ) limactl-plugins $(LIMA_DEPS ) $(HELPERS_DEPS ) \
645645 $(NATIVE_GUESTAGENT ) \
646646 $(TEMPLATES ) $(TEMPLATE_EXPERIMENTALS ) \
647+ additional-drivers \
647648 $(DOCUMENTATION ) _output/share/doc/lima/templates \
648649 _output/share/man/man1/limactl.1
649650
You can’t perform that action at this time.
0 commit comments