From a0f24b2e7ee74cea11cf6c4aebd9bb76c5b510a3 Mon Sep 17 00:00:00 2001 From: "T.J. Yang" Date: Tue, 28 Dec 2021 11:31:14 -0600 Subject: [PATCH] PhONY --> PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a1a0cb..7e8a65d 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ run: run-local: @docker-compose -f docker-compose.local.yml up --build -.PhONY: run-remote +.PHONY: run-remote ## run-remote: Runs remote test environment run-remote: @docker-compose -f docker-compose.remote.yml up --build