summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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