diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-28 02:48:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-28 02:48:55 +0900 |
| commit | 46a0ca399a32bd7762b015a2aad5dcdaae52607b (patch) | |
| tree | 0e89b6cb903300b66f935b3109f899eace567622 | |
| parent | 3966f3d17ec2390bd2278363c06aff7e437cb5e9 (diff) | |
| download | nil.ninja-46a0ca399a32bd7762b015a2aad5dcdaae52607b.tar.gz nil.ninja-46a0ca399a32bd7762b015a2aad5dcdaae52607b.tar.zst nil.ninja-46a0ca399a32bd7762b015a2aad5dcdaae52607b.zip | |
feat: restore albatross.php
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
