From 46a0ca399a32bd7762b015a2aad5dcdaae52607b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 28 Aug 2024 02:48:55 +0900 Subject: feat: restore albatross.php --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8f2fc32..eeb203e 100644 --- a/Makefile +++ b/Makefile @@ -10,17 +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-swift; make -f Makefile.prod clean - # cd vhosts/t/albatross; make -f Makefile.prod clean + cd vhosts/t/albatross; make -f Makefile.prod clean sudo systemctl stop mioproxy -- cgit v1.2.3-70-g09d2