From b499fab06dd38324ad2fc5a65ec536a4ab4df1a8 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 24 Jan 2021 16:38:36 +0700 Subject: Makefile: add deploy-macos as PHONY task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88531f5..13ebabb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ .PHONY: test test.prof lint build debug doc .PHONY: install-common uninstall-common .PHONY: install uninstall -.PHONY: install-macos uninstall-macos +.PHONY: install-macos deploy-macos uninstall-macos .PHONY: clean distclean .PHONY: deploy .FORCE: -- cgit v1.3