Browse Source

add makefile

make_cert_optional
Otto Suess 6 years ago
parent
commit
cb29f64fed
No known key found for this signature in database GPG Key ID: 354749C62B4BAC41
  1. 7
      Makefile

7
Makefile

@ -0,0 +1,7 @@
default: install
dep:
go get ./...
install: dep
go install -v ./...
Loading…
Cancel
Save