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
parent
commit
ffe5dff8d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tools.mk

+ 2
- 0
tools.mk View File

@ -46,6 +46,8 @@ GOODMAN = $(TOOLS_DESTDIR)/goodman
all: tools
tools: certstrap protobuf goodman
check: check_tools
check_tools:


Loading…
Cancel
Save