diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-10 20:37:48 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-10 20:37:48 +0900 |
| commit | 7c43355b8bbe9b9332024644792aa7fed05322af (patch) | |
| tree | 5a1fa0519767ba1ae097302a2e896060bf684f01 /Makefile | |
| parent | 8a091c913d75ed1b1ab7bc39f58f5b045718d373 (diff) | |
| download | nil.ninja-7c43355b8bbe9b9332024644792aa7fed05322af.tar.gz nil.ninja-7c43355b8bbe9b9332024644792aa7fed05322af.tar.zst nil.ninja-7c43355b8bbe9b9332024644792aa7fed05322af.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -10,26 +10,29 @@ provision: .PHONY: build build: - cd services/albatross-php-2024; make -f Makefile.prod build - cd vhosts/t/albatross-swift; make -f Makefile.prod build - cd vhosts/t/albatross-php-2025; make -f Makefile.prod build + cd services/albatross-php-2024; make -f Makefile.prod build + cd services/nilink; make -f Makefile.prod build + cd vhosts/t/albatross-swift; make -f Makefile.prod build + cd vhosts/t/albatross-php-2025; make -f Makefile.prod build cd vhosts/t/albatross-swift-2025; make -f Makefile.prod build - cd vhosts/t/phpcon-kagawa-2025; make -f Makefile.prod build + cd vhosts/t/phpcon-kagawa-2025; make -f Makefile.prod build .PHONY: serve serve: sudo systemctl start mioproxy - cd services/albatross-php-2024; make -f Makefile.prod serve - cd vhosts/t/albatross-swift; make -f Makefile.prod serve - cd vhosts/t/albatross-php-2025; make -f Makefile.prod serve + cd services/albatross-php-2024; make -f Makefile.prod serve + cd services/nilink; make -f Makefile.prod serve + cd vhosts/t/albatross-swift; make -f Makefile.prod serve + cd vhosts/t/albatross-php-2025; make -f Makefile.prod serve cd vhosts/t/albatross-swift-2025; make -f Makefile.prod serve - cd vhosts/t/phpcon-kagawa-2025; make -f Makefile.prod serve + cd vhosts/t/phpcon-kagawa-2025; make -f Makefile.prod serve .PHONY: clean clean: - cd vhosts/t/phpcon-kagawa-2025; make -f Makefile.prod clean + cd vhosts/t/phpcon-kagawa-2025; make -f Makefile.prod clean cd vhosts/t/albatross-swift-2025; make -f Makefile.prod clean - cd vhosts/t/albatross-php-2025; make -f Makefile.prod clean - cd vhosts/t/albatross-swift; make -f Makefile.prod clean - cd services/albatross-php-2024; make -f Makefile.prod clean + cd vhosts/t/albatross-php-2025; make -f Makefile.prod clean + cd vhosts/t/albatross-swift; make -f Makefile.prod clean + cd services/nilink; make -f Makefile.prod clean + cd services/albatross-php-2024; make -f Makefile.prod clean sudo systemctl stop mioproxy |
