diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-08 10:59:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-08 10:59:10 +0900 |
| commit | 068c978ed97e320605daa3d3f878f003853ee653 (patch) | |
| tree | d5deae43e28b8306b2b270124443b7f59b45b86f /Makefile | |
| parent | cbd3b063e2635ab2fff04ca893bd8347f0d5ceb4 (diff) | |
| download | nil.ninja-068c978ed97e320605daa3d3f878f003853ee653.tar.gz nil.ninja-068c978ed97e320605daa3d3f878f003853ee653.tar.zst nil.ninja-068c978ed97e320605daa3d3f878f003853ee653.zip | |
feat: add albatross.php 2025
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,15 +12,18 @@ provision: build: cd vhosts/t/albatross; make -f Makefile.prod build cd vhosts/t/albatross-swift; make -f Makefile.prod build + cd vhosts/t/albatross-php-2025; 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-swift; make -f Makefile.prod serve + cd vhosts/t/albatross-php-2025; make -f Makefile.prod serve .PHONY: clean clean: + cd vhosts/t/albatross-php-2025; 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 |
