From 0b221bec5e357bbd8baea733b66cb0d8b69a9312 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 27 Feb 2026 20:54:06 +0900 Subject: feat(albatross-php-2026): init --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74de9e8..c7d0784 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ provision: build: cd services/albatross-php-2024; make -f Makefile.prod build cd services/nilink; make -f Makefile.prod build + cd services/albatross-php-2026; 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 @@ -22,6 +23,7 @@ serve: sudo systemctl start mioproxy cd services/albatross-php-2024; make -f Makefile.prod serve cd services/nilink; make -f Makefile.prod serve + cd services/albatross-php-2026; 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 @@ -33,6 +35,7 @@ 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-2026; 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