Skip to content

Commit 1997849

Browse files
committed
Makefile: make uninstall idempotent
Signed-off-by: Akihiro Suda <[email protected]>
1 parent cb0d6f1 commit 1997849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ install:
6464

6565
.PHONY: uninstall
6666
uninstall:
67-
@test -f "$(DEST)/bin/lima" || (echo "lima not found in $(DEST) prefix"; exit 1)
67+
@test -f "$(DEST)/bin/lima" || echo "lima not found in $(DEST) prefix"
6868
rm -rf \
6969
"$(DEST)/bin/lima" \
7070
"$(DEST)/bin/limactl" \

0 commit comments

Comments
 (0)