Browse Source
make: add back tools cmd (#4281)
previous PR seems to have deleted the tools cmd, this adds it back in
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
pull/4282/head
Marko
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
tools.mk
|
|
@ -46,6 +46,8 @@ GOODMAN = $(TOOLS_DESTDIR)/goodman |
|
|
|
|
|
|
|
all: tools |
|
|
|
|
|
|
|
tools: certstrap protobuf goodman |
|
|
|
|
|
|
|
check: check_tools |
|
|
|
|
|
|
|
check_tools: |
|
|
|