Skip to content

Commit 7575a09

Browse files
authored
Merge pull request #114 from vbatts/more_targets
Makefile: include more targets in the help info
2 parents a358e03 + ceca0d6 commit 7575a09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2830
check-license:
2931
@echo "checking license headers"

0 commit comments

Comments
 (0)