summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-10 00:15:22 +0900
committernsfisis <nsfisis@gmail.com>2024-08-10 00:15:22 +0900
commit4d77e381566613b37310c8257fc359fb3b23a3ac (patch)
tree901057cc1b51b547e010755a9f267c855d453e16 /Makefile
parentdf88cf6d9c5bcf06b610513e3a403ad6d73211da (diff)
downloadnil.ninja-4d77e381566613b37310c8257fc359fb3b23a3ac.tar.gz
nil.ninja-4d77e381566613b37310c8257fc359fb3b23a3ac.tar.zst
nil.ninja-4d77e381566613b37310c8257fc359fb3b23a3ac.zip
feat: add albatross-swift
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2b33341..8f2fc32 100644
--- a/Makefile
+++ b/Makefile
@@ -10,14 +10,17 @@ provision:
.PHONY: build
build:
- cd vhosts/t/albatross; make -f Makefile.prod build
+ # cd vhosts/t/albatross; make -f Makefile.prod build
+ cd vhosts/t/albatross-swift; make -f Makefile.prod build
.PHONY: serve
serve:
sudo systemctl start mioproxy
- cd vhosts/t/albatross; make -f Makefile.prod serve
+ # cd vhosts/t/albatross; make -f Makefile.prod serve
+ cd vhosts/t/albatross-swift; make -f Makefile.prod serve
.PHONY: clean
clean:
- cd vhosts/t/albatross; make -f Makefile.prod clean
+ cd vhosts/t/albatross-swift; make -f Makefile.prod clean
+ # cd vhosts/t/albatross; make -f Makefile.prod clean
sudo systemctl stop mioproxy