summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-10 20:37:48 +0900
committernsfisis <nsfisis@gmail.com>2026-02-10 20:37:48 +0900
commit7c43355b8bbe9b9332024644792aa7fed05322af (patch)
tree5a1fa0519767ba1ae097302a2e896060bf684f01 /Makefile
parent8a091c913d75ed1b1ab7bc39f58f5b045718d373 (diff)
downloadnil.ninja-main.tar.gz
nil.ninja-main.tar.zst
nil.ninja-main.zip
feat(nilink): initHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile27
1 files changed, 15 insertions, 12 deletions
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