summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-13 02:23:30 -0500
committerJeff Carr <[email protected]>2024-10-13 02:23:30 -0500
commitca1a78394fe2fe7d556153819dd5f20e3d65920a (patch)
tree676168a2e3cc55f67c0fc7091dae3e0c1377a8d6 /Makefile
parent268cec143ae544d8b6abed55b2f84570b51ea030 (diff)
attempt to generate an event. next up: protobuf
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce95f92..a8e3983 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ all:
./virtigo --version
./virtigo --hosts farm01 farm02 farm03
+start:
+ ./virtigo --start jcarr
+
# this is for release builds using the go.mod files
release-build:
@echo ${REDOMOD}