From 7c43355b8bbe9b9332024644792aa7fed05322af Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 10 Feb 2026 20:37:48 +0900 Subject: feat(nilink): init --- Makefile | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5cbd6bd..74de9e8 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.3-1-g0d28