diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-10 00:16:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-10 00:16:45 +0900 |
| commit | 93ce7c963e62dbeff414c81c7969ffcf61d5394b (patch) | |
| tree | 901057cc1b51b547e010755a9f267c855d453e16 /Makefile | |
| parent | df88cf6d9c5bcf06b610513e3a403ad6d73211da (diff) | |
| parent | 4d77e381566613b37310c8257fc359fb3b23a3ac (diff) | |
| download | nil.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-- | 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 |
