summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-01-24 16:38:36 +0700
committerShulhan <ms@kilabit.info>2021-01-24 16:43:55 +0700
commitb499fab06dd38324ad2fc5a65ec536a4ab4df1a8 (patch)
treed0bbfda039103d855503aa50f218e276f95cf171
parent291f5a2e9f0c594c58976fae599a89a8a0bda4dc (diff)
downloadrescached-b499fab06dd38324ad2fc5a65ec536a4ab4df1a8.tar.xz
Makefile: add deploy-macos as PHONY task
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: