From e0c7ff0ca6ed42e32049a467953374755b8b9465 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 Aug 2025 16:28:16 +0900 Subject: feat: add albatross.swift 2025 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd21c7a..a631397 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ build: cd vhosts/t/albatross; 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 .PHONY: serve serve: @@ -20,9 +21,11 @@ serve: cd vhosts/t/albatross; 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 .PHONY: clean 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 vhosts/t/albatross; make -f Makefile.prod clean -- cgit v1.2.3-70-g09d2