fix make PHONY targets

This commit is contained in:
Arthur Lu 2024-10-23 18:58:06 +00:00
parent 0d1dd540c0
commit 162eda70b9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.PHONY: build test clean dev-init .PHONY: build tests clean dev-init dev-reinit
build: clean build: clean
@echo "======================== Building Binary =======================" @echo "======================== Building Binary ======================="

View File

@ -1,4 +1,4 @@
.PHONY: dev-init .PHONY: prerequisites dev-init dev-reinit
prerequisites: prerequisites:
@echo "=================== Installing Prerequisites ===================" @echo "=================== Installing Prerequisites ==================="