summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-10 00:16:45 +0900
committernsfisis <nsfisis@gmail.com>2024-08-10 00:16:45 +0900
commit93ce7c963e62dbeff414c81c7969ffcf61d5394b (patch)
tree901057cc1b51b547e010755a9f267c855d453e16 /Makefile
parentdf88cf6d9c5bcf06b610513e3a403ad6d73211da (diff)
parent4d77e381566613b37310c8257fc359fb3b23a3ac (diff)
downloadnil.ninja-93ce7c963e62dbeff414c81c7969ffcf61d5394b.tar.gz
nil.ninja-93ce7c963e62dbeff414c81c7969ffcf61d5394b.tar.zst
nil.ninja-93ce7c963e62dbeff414c81c7969ffcf61d5394b.zip
Merge branch 'feat/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