OSDN Git Service

feat: add node discovery and status check (#374)
[bytom/vapor.git] / Makefile
index 8c85059..9575331 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,10 @@ fedd:
        @echo "Building fedd to cmd/fedd/fedd"
        @go build $(BUILD_FLAGS) -o cmd/fedd/fedd cmd/fedd/main.go
 
+precognitive:
+       @echo "Building precognitive to cmd/precognitive/precognitive"
+       @go build $(BUILD_FLAGS) -o cmd/precognitive/precognitive cmd/precognitive/main.go
+
 vapord:
        @echo "Building vapord to cmd/vapord/vapord"
        @go build $(BUILD_FLAGS) -o cmd/vapord/vapord cmd/vapord/main.go