From 415eebb531a01b78e51f1920a115b3aba716af81 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 11 Feb 2025 07:09:48 +0000 Subject: [PATCH] fix make PHONY targets --- Makefile | 2 +- scripts/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ==================="