Skip to content

Commit 6b36bfa

Browse files
committed
Makefile: change the binaries target to remove dependency on clean.
Signed-off-by: Norio Nomura <[email protected]>
1 parent da0b568 commit 6b36bfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ menuconfig: Kconfig
135135
-include .config
136136

137137
.PHONY: binaries
138-
binaries: clean \
139-
limactl helpers guestagents \
138+
binaries: limactl helpers guestagents \
140139
templates template_experimentals create-examples-link \
141140
documentation create-links-in-doc-dir
142141

0 commit comments

Comments
 (0)