This commit is contained in:
2022-06-27 12:59:58 -04:00
parent 580b3d68ae
commit e180cd8ea8
31 changed files with 2045 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
all: clean build
clean:
rm colonel sentinel node
build:
go build colonel.go
go build sentinel.go
go build node.go