gopl-zh.github.com/Makefile

21 lines
362 B
Makefile
Raw Normal View History

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