diff --git a/Makefile b/Makefile index ba6e5f1..87fbb73 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: build test clean dev-init +.PHONY: build tests clean dev-init dev-reinit build: clean @echo "======================== Building Binary =======================" diff --git a/scripts/Makefile b/scripts/Makefile index fccee96..b17f665 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,4 +1,4 @@ -.PHONY: dev-init +.PHONY: prerequisites dev-init dev-reinit prerequisites: @echo "=================== Installing Prerequisites ==================="