Makefile: fix link target
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
bbbd347252
commit
614e33e3d0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ help:
|
|||
@echo " * 'clean' - Clean artifacts"
|
||||
@echo " * 'lint' - Execute the source code linter"
|
||||
|
||||
lint:
|
||||
lint: ${OCID_LINK}
|
||||
@echo "checking lint"
|
||||
@./.tool/lint
|
||||
|
||||
|
|
Loading…
Reference in a new issue