diff --git a/Makefile b/Makefile index 4d2be6b4d8..6eca68ae1b 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ COMPONENTS = COMPONENTS += libs COMPONENTS += agent +COMPONENTS += dragonball COMPONENTS += runtime COMPONENTS += runtime-rs diff --git a/src/dragonball/Makefile b/src/dragonball/Makefile index ca4216b1f7..c4955cf856 100644 --- a/src/dragonball/Makefile +++ b/src/dragonball/Makefile @@ -15,6 +15,9 @@ clippy: -- \ -D warnings +vendor: + @echo "INFO: vendor do nothing.." + format: @echo "INFO: cargo fmt..." cargo fmt -- --check