Skip to content

Commit e9015eb

Browse files
put flag before dir.
1 parent bc3969b commit e9015eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ test: test_common
9898
.PHONY: clean
9999
clean:
100100
$(CARGO) clean $(CARGO_MANIFEST)
101-
rm $(seabios_blob) -f
101+
rm -f $(seabios_blob)
102102
make -C seabios clean
103-
rm $(GUEST_ASSETS) -f
103+
rm -f $(GUEST_ASSETS)
104104

105105
.PHONY: dev-init
106106
dev-init: install-git-hooks

0 commit comments

Comments
 (0)