diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -1,5 +1,5 @@ .PHONY: all -all: image publish +all: image image.publish .PHONY: image image: @@ -11,20 +11,19 @@ image: image-qemu: sudo IMAGE_QEMU=1 ./build-arch-gce -.PHONY: publish -publish: +.PHONY: image.publish +image.publish: awwan local gcloud-image-publish.aww 5- awwan local gcloud-image-cleanup.aww 5- -.PHONY: test -test: +.PHONY: image.test +image.test: awwan local gcloud-image-test.aww 4-18 -## Preview the .md files in local using ciigo [1]. -.PHONY: serve-doc -serve-doc: +## Preview the .md files in local using [ciigo]. +## Open http://127.0.0.1:8080/README.html to preview the README. +## +## [ciigo]: https://sr.ht/~shulhan/ciigo/ +.PHONY: serve.doc +serve.doc: ciigo -address 127.0.0.1:8080 serve . - # Open http://127.0.0.1:8080/README.html to preview the README. - - -## [1] https://sr.ht/~shulhan/ciigo/ |
