diff options
| author | Shulhan <ms@kilabit.info> | 2021-01-24 16:38:36 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-01-24 16:43:55 +0700 |
| commit | b499fab06dd38324ad2fc5a65ec536a4ab4df1a8 (patch) | |
| tree | d0bbfda039103d855503aa50f218e276f95cf171 | |
| parent | 291f5a2e9f0c594c58976fae599a89a8a0bda4dc (diff) | |
| download | rescached-b499fab06dd38324ad2fc5a65ec536a4ab4df1a8.tar.xz | |
Makefile: add deploy-macos as PHONY task
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
