File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,15 @@ help:
1717 @echo
1818 @echo " * 'all' - Build the oci tools and manual pages"
1919 @echo " * 'install' - Install binaries and manual pages"
20+ @echo " * 'install.tools' - Install tools needed for building this project"
2021 @echo " * 'uninstall' - Remove the oci tools and manual pages"
2122 @echo " * 'tools' - Build the oci image tools binaries"
2223 @echo " * 'man' - Build the oci image manual pages"
2324 @echo " * 'check-license' - Check license headers in source files"
2425 @echo " * 'lint' - Execute the source code linter"
2526 @echo " * 'test' - Execute the unit tests"
2627 @echo " * 'update-deps' - Update vendored dependencies"
28+ @echo " * 'clean' - clean existing build artifacts"
2729
2830check-license :
2931 @echo " checking license headers"
You can’t perform that action at this time.
0 commit comments