summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-17 16:28:16 +0900
committernsfisis <nsfisis@gmail.com>2025-08-17 16:28:16 +0900
commite0c7ff0ca6ed42e32049a467953374755b8b9465 (patch)
treeeccb9f436ac44d367e9f222a9ce4a74b1b68c81c /Makefile
parentd3838975d8c7e53f93e0fb3399f776eb51e61c4f (diff)
downloadnil.ninja-e0c7ff0ca6ed42e32049a467953374755b8b9465.tar.gz
nil.ninja-e0c7ff0ca6ed42e32049a467953374755b8b9465.tar.zst
nil.ninja-e0c7ff0ca6ed42e32049a467953374755b8b9465.zip
feat: add albatross.swift 2025
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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