Makefile: fix link target

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-09-21 12:04:13 +02:00
parent bbbd347252
commit 614e33e3d0
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -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