diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-10 00:15:22 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-10 00:15:22 +0900 |
| commit | 4d77e381566613b37310c8257fc359fb3b23a3ac (patch) | |
| tree | 901057cc1b51b547e010755a9f267c855d453e16 /Makefile | |
| parent | df88cf6d9c5bcf06b610513e3a403ad6d73211da (diff) | |
| download | nil.ninja-4d77e381566613b37310c8257fc359fb3b23a3ac.tar.gz nil.ninja-4d77e381566613b37310c8257fc359fb3b23a3ac.tar.zst nil.ninja-4d77e381566613b37310c8257fc359fb3b23a3ac.zip | |
feat: add albatross-swift
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |
