summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-24 04:58:38 +0900
committernsfisis <nsfisis@gmail.com>2025-11-24 04:58:38 +0900
commit67094790d2d9db5c99e7c136f49061a78698e57d (patch)
tree02feb966e74c7c2d1b6a77d8310502aa9758649b /Makefile
parenta071111365f9760b2f97fa3f6e12aee9f75dd15d (diff)
downloadnil.ninja-67094790d2d9db5c99e7c136f49061a78698e57d.tar.gz
nil.ninja-67094790d2d9db5c99e7c136f49061a78698e57d.tar.zst
nil.ninja-67094790d2d9db5c99e7c136f49061a78698e57d.zip
Add vhosts/t/phpcon-kagawa-2025/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a631397..71103e7 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ 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
.PHONY: serve
serve:
@@ -22,9 +23,11 @@ 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
.PHONY: clean
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