We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081f39d commit 612ade9Copy full SHA for 612ade9
Makefile
@@ -23,6 +23,11 @@ install: man
23
install -d -m 755 $(PREFIX)/share/bash-completion/completions
24
install -m 644 completions/bash/oci-runtime-tool $(PREFIX)/share/bash-completion/completions
25
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
+
31
clean:
32
rm -f oci-runtime-tool runtimetest *.1
33
rm -f $(RUNTIME_TOOLS_LINK)
0 commit comments