Skip to content

Commit 612ade9

Browse files
author
Ma Shimiao
committed
Makefile: add uninstall
Signed-off-by: Ma Shimiao <[email protected]>
1 parent 081f39d commit 612ade9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ install: man
2323
install -d -m 755 $(PREFIX)/share/bash-completion/completions
2424
install -m 644 completions/bash/oci-runtime-tool $(PREFIX)/share/bash-completion/completions
2525

26+
uninstall:
27+
rm -f $(BINDIR)/oci-runtime-tool
28+
rm -f $(PREFIX)/share/man/man1/oci-runtime-tool*.1
29+
rm -f $(PREFIX)/share/bash-completion/completions/oci-runtime-tool
30+
2631
clean:
2732
rm -f oci-runtime-tool runtimetest *.1
2833
rm -f $(RUNTIME_TOOLS_LINK)

0 commit comments

Comments
 (0)