We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4a9dd commit c4a9d43Copy full SHA for c4a9d43
Makefile
@@ -35,4 +35,7 @@ gziplinux:
35
consul:
36
consul agent -data-dir `mktemp -d` -config-dir=$(CONFIG_DIR) -bootstrap -server -bind=127.0.0.1
37
38
+consul_kill:
39
+ pkill consul
40
+
41
release: clean build gziposx clean linux gziplinux clean
0 commit comments