2015-12-09 07:45:11 +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:46:18 +00:00
|
|
|
#
|
2024-08-13 00:15:19 +00:00
|
|
|
# WaBook: Mini Markdown Book
|
|
|
|
# https://github.com/wa-lang/wabook
|
2024-08-08 07:46:18 +00:00
|
|
|
#
|
2015-12-09 07:45:11 +00:00
|
|
|
|
2015-12-18 06:02:22 +00:00
|
|
|
default:
|
2024-08-13 00:15:19 +00:00
|
|
|
wabook serve
|
2024-08-08 07:46:18 +00:00
|
|
|
|
|
|
|
build:
|
|
|
|
-rm book
|
2024-08-13 00:15:19 +00:00
|
|
|
wabook build
|
2024-08-08 07:46:18 +00:00
|
|
|
-rm book/.gitignore
|
|
|
|
-rm -rf book/.git
|
2015-12-18 06:26:55 +00:00
|
|
|
|
2022-08-04 06:58:52 +00:00
|
|
|
clean:
|
2024-08-08 07:46:18 +00:00
|
|
|
-rm -rf book
|