2022-08-04 06:59:33 +00:00
|
|
|
# Copyright 2015 Golang-China. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style
|
|
|
|
# license that can be found in the LICENSE file.
|
|
|
|
|
2024-08-08 07:47:03 +00:00
|
|
|
#
|
2024-08-13 00:15:53 +00:00
|
|
|
# WaBook: Mini Markdown Book
|
|
|
|
# https://github.com/wa-lang/wabook
|
2024-08-08 07:47:03 +00:00
|
|
|
#
|
2022-08-04 06:59:33 +00:00
|
|
|
|
|
|
|
default:
|
2024-08-13 00:15:53 +00:00
|
|
|
wabook serve
|
2024-08-08 07:47:03 +00:00
|
|
|
|
|
|
|
build:
|
|
|
|
-rm book
|
2024-08-13 00:15:53 +00:00
|
|
|
wabook build
|
2024-08-08 07:47:03 +00:00
|
|
|
-rm book/.gitignore
|
|
|
|
-rm -rf book/.git
|
2022-08-04 06:59:33 +00:00
|
|
|
|
|
|
|
clean:
|
2024-08-08 07:47:03 +00:00
|
|
|
-rm -rf book
|