Skip to content

Commit

Permalink
Add command instruction to Makefile
Browse files Browse the repository at this point in the history
This patch set adds the missing instructions to Makefile.

Change-Id: Ie7be4bcf78e9e9c58e4549be1f82fb8967855e63
Signed-off-by: Yuki Kondo <[email protected]>
  • Loading branch information
yuki-kon committed Dec 22, 2016
1 parent 8bcbc4d commit f1a894a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
# - cop - builds the cop executable
# - unit-tests - Performs checks first and runs the go-test based unit tests
# - checks - runs all check conditions (license, format, imports, lint and vet)
# - ldap-tests - runs the LDAP tests
# - docker[-clean] - ensures all docker images are available[/cleaned]
# - clean - cleans the build area

PROJECT_NAME = hyperledger/fabric-cop
BASE_VERSION = 0.7.0
Expand Down

0 comments on commit f1a894a

Please sign in to comment.